ImageGear .NET v24.12 - Updated
SetMarkStartLengthCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetMarkStartLengthCommand Property
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

Reference

PageView Class
PageView Members