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