Version

NormalModeDimensions Property

Gets the rows and column dimensions of the UltraTilePanel. This is only value when the panel is in normal mode (no large tiles are visible).
Syntax
'Declaration
 
Public Property NormalModeDimensions As Size
public Size NormalModeDimensions {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationException The value is set outside of the designer generated code.
Remarks

The set accessor for this value should only be used by the designer generateed code.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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