다음을 통해 공유


BingOpenGraphImage.Height Property

Definition

The height of the image. May be zero (0).

[System.Text.Json.Serialization.JsonPropertyName("height")]
public int? Height { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("height")>]
member this.Height : Nullable<int> with get, set
Public Property Height As Nullable(Of Integer)

Property Value

Attributes

Applies to