ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / JoinStyle Property




In This Topic
    JoinStyle Property (ImGearARTPolyline)
    In This Topic
    Gets or sets the style of two lines joins.
    Syntax
    'Declaration
     
    Public Property JoinStyle As ImGearARTJoinStyle
    'Usage
     
    Dim instance As ImGearARTPolyline
    Dim value As ImGearARTJoinStyle
     
    instance.JoinStyle = value
     
    value = instance.JoinStyle
    public ImGearARTJoinStyle JoinStyle {get; set;}
    public: __property ImGearARTJoinStyle get_JoinStyle();
    public: __property void set_JoinStyle( 
       ImGearARTJoinStyle value
    );
    public:
    property ImGearARTJoinStyle JoinStyle {
       ImGearARTJoinStyle get();
       void set (    ImGearARTJoinStyle value);
    }

    Property Value

    ImGearARTJoinStyle enumeration value.
    See Also