Skip to main content
A newer version of this page is available.

DXLabelPositionVerticalAlignment Enum

Lists values indicating the Crosshair Label vertical alignment.

Declaration

typedef NS_ENUM(NSUInteger, DXLabelPositionVerticalAlignment) {
    DXLabelPositionVerticalAlignmentTop = 0,
    DXLabelPositionVerticalAlignmentCenter = 1,
    DXLabelPositionVerticalAlignmentBottom = 2,
}

Members

Name Description
DXLabelPositionVerticalAlignmentTop

The Crosshair Label is at the top edge. Top

DXLabelPositionVerticalAlignmentCenter

The Crosshair Label is vertically centered. Center

DXLabelPositionVerticalAlignmentBottom

The Crosshair Label is at the bottom edge. Bottom

Remarks

The DXStaticCrosshairLabelPosition.verticalAlignment property uses this enumeration’s values.