SplitterPanel.MaximumSize Propiedad

Definición

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

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

Valor de propiedad

Size

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

Atributos

Se aplica a