다음을 통해 공유


BingOpenGraphImage.Width Property

Definition

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

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

Property Value

Attributes

Applies to