TdxMapControlNavigationPanel.YCoordinateDisplayMask Property
In This Article
Specifies the display format mask for the Y coordinate.
#Declaration
Delphi
property YCoordinateDisplayMask: string read; write;
#Property Value
Type | Description |
---|---|
string | The display format mask for the Y coordinate. |
#Remarks
The display format mask is a string that combines any custom text with one or more macros. Both XCoordinateDisplayMask and YCoordinateDisplayMask
properties support the same macros for mask creation. Refer to the XCoordinateDisplayMask property description to learn about these macros.
See Also