ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomMark Class / UserType Property




In This Topic
    UserType Property (ImGearARTCustomMark)
    In This Topic
    Gets custom mark's type name.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property UserType As String
    'Usage
     
    Dim instance As ImGearARTCustomMark
    Dim value As String
     
    value = instance.UserType
    public abstract string UserType {get;}
    public: __property abstract string* get_UserType();
    public:
    abstract property String^ UserType {
       String^ get();
    }

    Property Value

    String value.
    See Also