次の方法で共有


MediaObject.Width プロパティ

定義

メディア オブジェクトの幅をピクセル単位で取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象