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




In This Topic
    Mark Property (ArtMouseButtonEventArgs)
    In This Topic
    Gets the annotation mark object the mouse pointer is over or null otherwise.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mark As ImGearARTMark
    'Usage
     
    Dim instance As ArtMouseButtonEventArgs
    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 object.
    See Also