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