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




In This Topic
    EndHeadType Property (IImGearARTLine)
    In This Topic
    Gets or sets the type of the line's end head.
    Syntax
    'Declaration
     
    Property EndHeadType As ImGearARTLineHeadType
    'Usage
     
    Dim instance As IImGearARTLine
    Dim value As ImGearARTLineHeadType
     
    instance.EndHeadType = value
     
    value = instance.EndHeadType
    ImGearARTLineHeadType EndHeadType {get; set;}
    __property ImGearARTLineHeadType get_EndHeadType();
    __property void set_EndHeadType( 
       ImGearARTLineHeadType value
    );
    property ImGearARTLineHeadType EndHeadType {
       ImGearARTLineHeadType get();
       void set (    ImGearARTLineHeadType value);
    }

    Property Value

    ImGearARTLineHeadType enumeration value.
    See Also