ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / EndHeadAngle Property




In This Topic
    EndHeadAngle Property (ImGearARTPolyline)
    In This Topic
    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