Click or drag to resize
weroSoft AG, Software
GeometryType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Specifies the supported type of geometry.

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Client.Desktop.Library (in WeroSoft.Client.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum GeometryType
Members
  Member nameValueDescription
Grid0 Defines a grid with 3x3 buttons.
Rectangle1 Defines a rectangular geometry with buttons radially distributed.
Circle2 Defines a circular geometry with buttons distributed as sector of the circle.
Polygon3 Defines a polygonal geometry with buttons as regular polygons.
See Also