IResizable.MinSize Property

Definition

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

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

Property Value

Returns the minimum size of the resizable element.

Applies to