Image.Height Property

Definition

Gets height of the image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to