Gets a command for setting mark orientation.
Syntax
public ICommand SetMarkOrientationCommand {get;}
public: __property ICommand* get_SetMarkOrientationCommand();
'Declaration
Public ReadOnly Property SetMarkOrientationCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.SetMarkOrientationCommand
Property Value
ICommand object.
See Also