ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDroppedAttributeEventArgs Class / Mark Property




In This Topic
    Mark Property (ImGearARTDroppedAttributeEventArgs)
    In This Topic
    Gets the annotation mark object whose attribute was dropped.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mark As ImGearARTMark
    'Usage
     
    Dim instance As ImGearARTDroppedAttributeEventArgs
    Dim value As ImGearARTMark
     
    value = instance.Mark
    public ImGearARTMark Mark {get;}
    public: __property ImGearARTMark* get_Mark();
    public:
    property ImGearARTMark^ Mark {
       ImGearARTMark^ get();
    }

    Property Value

    ImGearARTMark class object.
    See Also