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




In This Topic
    SetFitModeCommand Property
    In This Topic
    Gets a command for setting the fit mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property SetFitModeCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.SetFitModeCommand
    public ICommand SetFitModeCommand {get;}
    public: __property ICommand* get_SetFitModeCommand();
    public:
    property ICommand^ SetFitModeCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also