Gets a command for setting mark thickness or border thickness.
Syntax
'Declaration
Public ReadOnly Property SetMarkThicknessCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.SetMarkThicknessCommand
public ICommand SetMarkThicknessCommand {get;}
public: __property ICommand* get_SetMarkThicknessCommand();
public:
property ICommand^ SetMarkThicknessCommand {
ICommand^ get();
}
Property Value
ICommand object.
See Also