ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTArrow Class / HeadType Property




In This Topic
    HeadType Property
    In This Topic
    Gets or sets the type of the arrow head.
    Syntax
    'Declaration
     
    Public Property HeadType As ImGearARTLineHeadType
    'Usage
     
    Dim instance As ImGearARTArrow
    Dim value As ImGearARTLineHeadType
     
    instance.HeadType = value
     
    value = instance.HeadType
    public ImGearARTLineHeadType HeadType {get; set;}
    public: __property ImGearARTLineHeadType get_HeadType();
    public: __property void set_HeadType( 
       ImGearARTLineHeadType value
    );
    public:
    property ImGearARTLineHeadType HeadType {
       ImGearARTLineHeadType get();
       void set (    ImGearARTLineHeadType value);
    }

    Property Value

    ImGearARTLineHeadType enumeration value.
    See Also