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