ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / SetWPFScalingCommand Property




In This Topic
    SetWPFScalingCommand Property
    In This Topic
    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