Panel.DefaultSize Propiedad
Definición
Obtiene el tamaño predeterminado del control.Gets the default size of the control.
protected:
virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size
Valor de propiedad
Size predeterminado del control.The default Size of the control.