Flags to select which direction of a control should be sized automatically

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
[FlagsAttribute]
public enum AutoSizeModes

Members

Member nameValueDescription
None0 Not auto sizing
Width1 Auto size width, height is fixed
Height2 Auto size height, width is fixed
WidthAndHeight3 Auto size width and height

See Also