DevAltitudeSelectorAltitude Property
Gets or sets the altitude.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Altitude { get; set; }
Public Property Altitude As Integer
Get
Set
Dim instance As DevAltitudeSelector
Dim value As Integer
value = instance.Altitude
instance.Altitude = value
public:
property int Altitude {
int get ();
void set (int value);
}
member Altitude : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The altitude.