ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / type Property

In This Topic
    type Property
    In This Topic
    Specifies the type of a mark.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_type() : MarkType
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMark.get_type();
    Remarks

    This read-only property specifies the type of a mark. Once you have created a mark, you cannot change its type. The only way to determine the type of a mark is to indicate the type as a paratemeter to the object's constructor.

    Mark types: This property is valid for all mark types.
    Valid values: Any member of the MarkType enumeration.

    ImageGear for .NET name: Type
    NotateXpress (version 10) name: N/A (Available via .NET's type system.)

    See Also