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