ImageGear for .NET
CapStyle Property (IImGearARTLine)




Gets or sets the style of a line end.
Syntax
'Declaration
 
Property CapStyle As ImGearARTCapStyle
'Usage
 
Dim instance As IImGearARTLine
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

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearARTCapStyle Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback