ImageGear .NET - Updated
CapStyle Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : CapStyle Property
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

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTCapStyle Enumeration