ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTCurve Interface / CapStyle Property




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

    Property Value

    ImGearARTCapStyle enumeration value.
    See Also