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. |
DXLabelPositionVerticalAlignmentCenter
|
The Crosshair Label is vertically centered. |
DXLabelPositionVerticalAlignmentBottom
|
The Crosshair Label is at the bottom edge. |
Remarks
The DXStaticCrosshairLabelPosition.verticalAlignment property uses this enumeration’s values.