VisualElement.Width 屬性

定義

取得這個專案目前的寬度。 這是唯讀的可繫結屬性。

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

屬性值

這個項目的轉譯器寬度。

備註

元素的寬度值會在版面配置週期期間設定。

適用於