ImageGear .NET v24.12 - Updated
SetMarkEndHeadTypeCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetMarkEndHeadTypeCommand Property
Gets a command for setting mark end head type.
Syntax
'Declaration
 
Public ReadOnly Property SetMarkEndHeadTypeCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.SetMarkEndHeadTypeCommand
public ICommand SetMarkEndHeadTypeCommand {get;}
public: __property ICommand* get_SetMarkEndHeadTypeCommand();
public:
property ICommand^ SetMarkEndHeadTypeCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members