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




In This Topic
    Mark Property (ImGearMarkCreatingEventArgs)
    In This Topic
    Gets or sets the mark in which the event fired.
    Syntax
    'Declaration
     
    Public Property Mark As ImGearARTMark
    'Usage
     
    Dim instance As ImGearMarkCreatingEventArgs
    Dim value As ImGearARTMark
     
    instance.Mark = value
     
    value = instance.Mark
    public ImGearARTMark Mark {get; set;}
    public: __property ImGearARTMark* get_Mark();
    public: __property void set_Mark( 
       ImGearARTMark* value
    );
    public:
    property ImGearARTMark^ Mark {
       ImGearARTMark^ get();
       void set (    ImGearARTMark^ value);
    }

    Property Value

    ImGearARTMark value.
    Remarks
    If this property is modified or set, the specified mark will be added.
    See Also