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