Table of Contents

Enum BoundsSpecified

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the bounds of the object to use when defining a its size and/or position. Supports a bitwise combination of its member values.

[Flags]
public enum BoundsSpecified

Fields

All = Location | Size

Specifies that both the location and size are defined.

Height = 8

Specifies that the height of the object is defined.

Location = X | Y

Specifies that both the X and Y coordinates are defined.

None = 0

No bounds are specified.

Size = Width | Height

Specifies that both the width and height are defined.

Width = 4

Specifies that the width of the object is defined.

X = 1

Specifies that the left edge of the object is defined.

Y = 2

Specifies that the top edge of the object is defined.