ImageGear .NET
EndHeadType Property (ImGearARTPolyline)




Gets or sets the end head type of the mark.
Syntax
public ImGearARTLineHeadType EndHeadType {get; set;}
public: __property ImGearARTLineHeadType get_EndHeadType();
public: __property void set_EndHeadType( 
   ImGearARTLineHeadType value
);
public:
property ImGearARTLineHeadType EndHeadType {
   ImGearARTLineHeadType get();
   void set (    ImGearARTLineHeadType value);
}
'Declaration
 
Public Property EndHeadType As ImGearARTLineHeadType
 
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As ImGearARTLineHeadType
 
instance.EndHeadType = value
 
value = instance.EndHeadType

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTLineHeadType Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback