ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTLine Interface / EndHeadLength Property




In This Topic
    EndHeadLength Property (IImGearARTLine)
    In This Topic
    Gets or sets the length of the line's end head.
    Syntax
    'Declaration
     
    Property EndHeadLength As Integer
    'Usage
     
    Dim instance As IImGearARTLine
    Dim value As Integer
     
    instance.EndHeadLength = value
     
    value = instance.EndHeadLength
    int EndHeadLength {get; set;}
    __property int get_EndHeadLength();
    __property void set_EndHeadLength( 
       int value
    );
    property int EndHeadLength {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also