ImageGear .NET v24.12 - Updated
SetFitModeCommand Property




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

Reference

PageView Class
PageView Members