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