ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / MarkCutCommand Property




In This Topic
    MarkCutCommand Property
    In This Topic
    Gets a command for cutting a mark.
    Syntax
    'Declaration
     
    Public ReadOnly Property MarkCutCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.MarkCutCommand
    public ICommand MarkCutCommand {get;}
    public: __property ICommand* get_MarkCutCommand();
    public:
    property ICommand^ MarkCutCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also