Rectangle.Height プロパティ

定義

四角形領域の高さをピクセル単位で取得または設定します。 これは、絶対ピクセル値 (100 など) またはビデオのサイズに対する相対値 (たとえば、50%) です。

[Newtonsoft.Json.JsonProperty(PropertyName="height")]
public string Height { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="height")>]
member this.Height : string with get, set
Public Property Height As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象