ImageGear .NET v24.12 - Updated
SetMarkStartHeadTypeCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetMarkStartHeadTypeCommand Property
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

Reference

PageView Class
PageView Members