Gets a command for setting mark style or border style.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property SetMarkStyleCommand As ICommand
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.SetMarkStyleCommand
             
        
            
            public ICommand SetMarkStyleCommand {get;}
             
        
            
            public: __property ICommand* get_SetMarkStyleCommand();
             
        
            
            public:
property ICommand^ SetMarkStyleCommand {
   ICommand^ get();
}
             
        
             
        
            
            
            Property Value
ICommand object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also