ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.MarkupLayers Namespace / Mark Class / type Field




In This Topic
    type Field (Mark)
    In This Topic
    Prizm type eof annotation
    Syntax
    'Declaration
     
    <DataMemberAttribute(3)>
    Public type As String
    'Usage
     
    Dim instance As Mark
    Dim value As String
     
    value = instance.type
     
    instance.type = value
    [DataMember(3)]
    public string type
    [DataMember(3)]
    public: string* type
    [DataMember(3)]
    public:
    String^ type
    See Also