MediaObject.Width Property

Definition

Gets the width of the source media object, in pixels.

[Newtonsoft.Json.JsonProperty(PropertyName="width")]
public int? Width { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="width")>]
member this.Width : Nullable<int>
Public ReadOnly Property Width As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to