SplitterPanel.Size Propiedad

Definición

Obtiene o establece el alto y el ancho del control SplitterPanel. Esta propiedad no es relevante para esta clase.

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

Valor de propiedad

Size

Estructura Size que representa el ancho y el alto del control SplitterPanel, en píxeles.

Atributos

Se aplica a