Gets a command for setting WPF scaling.
Syntax
public ICommand SetWPFScalingCommand {get;}
public: __property ICommand* get_SetWPFScalingCommand();
'Declaration
Public ReadOnly Property SetWPFScalingCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.SetWPFScalingCommand
Property Value
ICommand object.
See Also