Back to Devexpress

TdxLayoutRealAlignHorz Subrange Type

vcl-dxlayoutcontainer-052a82ee.md

latest933 B
Original Source

TdxLayoutRealAlignHorz Subrange Type

Declaration

delphi
TdxLayoutAlignHorz = (ahLeft, ahCenter, ahRight, ahClient, ahParentManaged);
TdxLayoutRealAlignHorz = ahLeft..ahClient;

Members

NameDescription
ahCenterInherited from TdxLayoutAlignHorz.
ahClientInherited from TdxLayoutAlignHorz.
ahLeftInherited from TdxLayoutAlignHorz.
ahRightInherited from TdxLayoutAlignHorz.

Base Type

TdxLayoutAlignHorz See Also

dxLayoutContainer Unit