Optional value of the yaw.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxNullable<double> Yaw { get; set; }
Property Yaw As Nullable(Of Double)
Get
Set
property Nullable<double> Yaw {
Nullable<double> get ();
void set (Nullable<double> value);
}
abstract Yaw : Nullable<float> with get, set
Property Value
Type:
NullableDouble
See Also