ImageGear .NET v24.12 - Updated
SetWPFScalingCommand Property




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

Property Value

ICommand object.
See Also

Reference

PageView Class
PageView Members