AircraftJsonPictureWidth Property |
Gets or sets the width of the aircraft picture in pixels.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> PictureWidth { get; set; }
Public Property PictureWidth As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> PictureWidth {
Nullable<int> get ();
void set (Nullable<int> value);
}
member PictureWidth : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also