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




In This Topic
    CapStyle Property (ImGearARTPolyline)
    In This Topic
    Gets or sets the style of a line end.
    Syntax
    'Declaration
     
    Public Property CapStyle As ImGearARTCapStyle
    'Usage
     
    Dim instance As ImGearARTPolyline
    Dim value As ImGearARTCapStyle
     
    instance.CapStyle = value
     
    value = instance.CapStyle
    public ImGearARTCapStyle CapStyle {get; set;}
    public: __property ImGearARTCapStyle get_CapStyle();
    public: __property void set_CapStyle( 
       ImGearARTCapStyle value
    );
    public:
    property ImGearARTCapStyle CapStyle {
       ImGearARTCapStyle get();
       void set (    ImGearARTCapStyle value);
    }

    Property Value

    ImGearARTCapStyle enumeration value.
    See Also