Gets a command for setting mark start head type.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property SetMarkStartHeadTypeCommand As ICommand
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.SetMarkStartHeadTypeCommand
             
        
            
            public ICommand SetMarkStartHeadTypeCommand {get;}
             
        
            
            public: __property ICommand* get_SetMarkStartHeadTypeCommand();
             
        
            
            public:
property ICommand^ SetMarkStartHeadTypeCommand {
   ICommand^ get();
}
             
        
             
        
            
            
            Property Value
ICommand object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also