ImageGear for .NET
StartHeadType Property (ImGearARTPolyline)




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

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTLineHeadType Enumeration

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback