Skip to main content
Version: 3.5

BoundsSpecified

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the bounds of the control to use when defining a control's size and position.

public enum BoundsSpecified : Enum

Fields

NameDescription
AllBoth Location and Size property values are defined.
HeightThe height of the control is defined.
LocationBoth X and Y coordinates of the control are defined.
NoneNo bounds are specified.
SizeBoth Width and Height property values of the control are defined.
WidthThe width of the control is defined.
XThe left edge of the control is defined.
YThe top edge of the control is defined.

Used By

NameDescription
Control.SetBoundsSets the specified bounds of the control to the specified location and size.
LayoutEngine.InitLayoutInitializes the layout engine.