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




In This Topic
    SetMarkOrientationCommand Property
    In This Topic
    Gets a command for setting mark orientation.
    Syntax
    'Declaration
     
    Public ReadOnly Property SetMarkOrientationCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.SetMarkOrientationCommand
    public ICommand SetMarkOrientationCommand {get;}
    public: __property ICommand* get_SetMarkOrientationCommand();
    public:
    property ICommand^ SetMarkOrientationCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also