ImageGear .NET - Updated
UserType Property (ImGearARTCustomMark)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomMark Class : UserType Property
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

Reference

ImGearARTCustomMark Class
ImGearARTCustomMark Members