Share via


MediaObject.Height Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to