InputFieldLatLon

Description

sealed class Tinman.Engine.GUI.Components.InputFieldLatLon

Derived from

InputFieldGeneric<LatLon> abstract

An input field for LatLon values.

Public / Constructors

Input​Field​Lat​Lon


public constructor InputFieldLatLon → (3)

editable opt : int32 = 1

Initial value for InputField.Editable.

textMeasureWidth opt : string = null

Initial value for TextComponent.TextMeasure.

format opt : LatLonFormat = LatLonFormat.AccuracyMillis | LatLonFormat.OptionOmitIfZero

Initial value for ValueFormat.

Creates a new instance of InputFieldLatLon.

Public / Attributes

Value​Format


public attribute ValueFormat → (get,set)

value : LatLonFormat

The value format.

The value format to use.