Control.PreferredSize Propiedad
Definición
Obtiene el tamaño de un área rectangular en la que cabe el control.Gets the size of a rectangular area into which the control can fit.
public:
property System::Drawing::Size PreferredSize { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size PreferredSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PreferredSize : System.Drawing.Size
Public ReadOnly Property PreferredSize As Size
Valor de propiedad
Size que contiene el alto y el ancho, en píxeles.A Size containing the height and width, in pixels.
- Atributos