ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / SetMarkStartLengthCommand Property




In This Topic
    SetMarkStartLengthCommand Property
    In This Topic
    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