VisualElement.Width プロパティ

定義

この要素の現在の幅を取得します。 これはバインド可能な読み取り専用プロパティです。

public:
 property double Width { double get(); };
public double Width { get; }
member this.Width : double
Public ReadOnly Property Width As Double

プロパティ値

この要素のレンダラーの幅。

注釈

要素の幅の値は、レイアウト サイクル中に設定されます。

適用対象