Version

PreferredSize Property (WebMonthView)

Gets the preferred size of the WebMonthView when it is first dropped on the design surface by default.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property PreferredSize As Size
protected override Size PreferredSize {get;}

Property Value

A default size (height, width) as a Size structure for the element at design-time.
Remarks

This property supports the design-time size and resizability of the WebMonthView when it first gets dropped on the design surface.

This property does not persist, and changing it will have no effect on the run-time size of the WebMonthView.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also