Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.61 KB

Access.OptionGroup.LabelX.md

File metadata and controls

38 lines (22 loc) · 1.61 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OptionGroup.LabelX property (Access)
vbaac10.chm10854
vbaac10.chm10854
Access.OptionGroup.LabelX
2fe79f1a-fd28-32e6-3d22-c0187e1818a4
02/22/2019
medium

OptionGroup.LabelX property (Access)

The LabelX property (along with the LabelY property) specifies the placement of the label for a new control. Read/write Integer.

Syntax

expression.LabelX

expression A variable that represents an OptionGroup object.

Remarks

If the orientation is left to right for a form or report, LabelX and LabelY behavior matches standard Microsoft Access left-to-right orientation. For more information about orientation, see the Orientation property.

If the orientation is right to left, the origin of the coordinate system for LabelX and LabelY is the upper-right corner of the attached control. A negative number for LabelX places the label to the right of the control. A negative number for LabelY places the label above the control.

For General and Right alignment when the orientation is right to left, LabelX and LabelY specify the location of the upper-right corner of the label relative to the upper-right corner of the label's attached control.

For Left and Center alignment, LabelX and LabelY specify the location of the upper-left corner and top center, respectively, of the label relative to the upper-right corner of the label's attached control.

[!includeSupport and feedback]