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




In This Topic
    Cancel Property (ImGearMarkCreatingEventArgs)
    In This Topic
    Gets or sets a value indicating whether the mark will be created.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    'Usage
     
    Dim instance As ImGearMarkCreatingEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public: __property bool get_Cancel();
    public: __property void set_Cancel( 
       bool value
    );
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also