Image.Width Property

Definition

Gets width of the image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to