ImageGear .NET - Updated
EndHeadAngle Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : EndHeadAngle Property
Gets or sets the end head angle of the mark.
Syntax
'Declaration
 
Public Property EndHeadAngle As Integer
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As Integer
 
instance.EndHeadAngle = value
 
value = instance.EndHeadAngle
public int EndHeadAngle {get; set;}
public: __property int get_EndHeadAngle();
public: __property void set_EndHeadAngle( 
   int value
);
public:
property int EndHeadAngle {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members