PagedControl.ItemWeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得控制中單一物品的大致重量。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
protected:
virtual property int ItemWeight { int get(); };
protected virtual int ItemWeight { get; }
member this.ItemWeight : int
Protected Overridable ReadOnly Property ItemWeight As Integer
屬性值
控制中單一物品的大致重量。
備註
值為 -1 表示必須使用該元素的預設權重。 繼承階層必須覆蓋此性質。 關於覆寫此屬性的更多資訊,請參見 分頁支援。