SplitterPanel.MinimumSize Propiedad

Definición

Obtiene o establece el tamaño que es el límite inferior que GetPreferredSize(Size) puede especificar. Esta propiedad no es relevante para esta clase.

public:
 property System::Drawing::Size MinimumSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size MinimumSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.MinimumSize : System.Drawing.Size with get, set
Public Property MinimumSize As Size

Valor de propiedad

Un par ordenado de tipo Size que representa el ancho y el alto de un rectángulo.

Atributos

Excepciones

No se puede establecer el ancho.

Se aplica a