ImageGear .NET v24.12 - Updated
SetImageGearScalingCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetImageGearScalingCommand Property
Gets a command for setting ImageGear scaling.
Syntax
'Declaration
 
Public ReadOnly Property SetImageGearScalingCommand As ICommand
'Usage
 
Dim instance As PageView
Dim value As ICommand
 
value = instance.SetImageGearScalingCommand
public ICommand SetImageGearScalingCommand {get;}
public: __property ICommand* get_SetImageGearScalingCommand();
public:
property ICommand^ SetImageGearScalingCommand {
   ICommand^ get();
}

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members