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




In This Topic
    Type Property (ImGearARTArrow)
    In This Topic
    Gets mark's type.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Type As ImGearARTMarkType
    'Usage
     
    Dim instance As ImGearARTArrow
    Dim value As ImGearARTMarkType
     
    value = instance.Type
    public override ImGearARTMarkType Type {get;}
    public: __property ImGearARTMarkType get_Type() override;
    public:
    property ImGearARTMarkType Type {
       ImGearARTMarkType get() override;
    }

    Property Value

    ImGearARTMarkType.ARROW enumeration value.
    See Also