次の方法で共有


MediaObject.Height プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象