ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMarkControllerData Class / Annotator Property




In This Topic
    Annotator Property (ImGearARTFormsMarkControllerData)
    In This Topic
    Gets the annotator object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Annotator As ImGearARTForms
    'Usage
     
    Dim instance As ImGearARTFormsMarkControllerData
    Dim value As ImGearARTForms
     
    value = instance.Annotator
    public ImGearARTForms Annotator {get;}
    public: __property ImGearARTForms* get_Annotator();
    public:
    property ImGearARTForms^ Annotator {
       ImGearARTForms^ get();
    }

    Property Value

    ImGearARTForms object.
    See Also