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