ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLine Class / StartHeadAngle Property




In This Topic
    StartHeadAngle Property (ImGearARTLine)
    In This Topic
    Gets or sets the angle of the line's start head.
    Syntax
    'Declaration
     
    Public Property StartHeadAngle As Integer
    'Usage
     
    Dim instance As ImGearARTLine
    Dim value As Integer
     
    instance.StartHeadAngle = value
     
    value = instance.StartHeadAngle
    public int StartHeadAngle {get; set;}
    public: __property int get_StartHeadAngle();
    public: __property void set_StartHeadAngle( 
       int value
    );
    public:
    property int StartHeadAngle {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also