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