MobileControl.VisibleWeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以字元計算控制權的大致權重。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
public:
virtual property int VisibleWeight { int get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual int VisibleWeight { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.VisibleWeight : int
Public Overridable ReadOnly Property VisibleWeight As Integer
屬性值
控制權的大致權重,以字元單位計算。
- 屬性
備註
此特性用於形式分頁。 值為 -1 表示必須使用該元素的預設權重。 欲了解更多資訊,請參閱 分頁支援。