Skip to main content

TdxLayoutOffsets Members

Contains offsets for layout items and groups.

Constructors

Name Description
Create(TdxCustomLayoutItem) Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions.

Properties

Name Description
Bottom Specifies the bottom offset of an element (item or group).
Left Specifies the left offset of an element (item or group).
Right

Specifies the right offset of an element (item or group).

Use the Right property to set the right offset of an ExpressLayout Control element (item or group (including the root group)) within its default location.

The default value of this property is 0.

Top Specifies the top offset of an element (item or group).

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also