IResizable.MaxSize Property

Definition

Gets the maximum size of the resizable element, in logical coordinates.

public:
 property System::Windows::Size MaxSize { System::Windows::Size get(); };
public System.Windows.Size MaxSize { get; }
member this.MaxSize : System.Windows.Size
Public ReadOnly Property MaxSize As Size

Property Value

Returns the maximum size of the resizable element.

Applies to