VisualElement.Width プロパティ

定義

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

public double Width { get; }
member this.Width : double

プロパティ値

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

注釈

要素の幅は、レイアウト フェーズ中に設定されます。

適用対象