ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ModifyMarkEventArgs Class / Mark Property




In This Topic
    Mark Property (ModifyMarkEventArgs)
    In This Topic
    Gets a reference to the annotation object being changed, moved or resized using the Annotator.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mark As ImGearARTMark
    'Usage
     
    Dim instance As ModifyMarkEventArgs
    Dim value As ImGearARTMark
     
    value = instance.Mark
    public ImGearARTMark Mark {get;}
    public: __property ImGearARTMark* get_Mark();
    public:
    property ImGearARTMark^ Mark {
       ImGearARTMark^ get();
    }

    Property Value

    ImageGear.ART.ImGearARTMark class.
    See Also