Rectangle.Width プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象