List.StartIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標記排序清單中項目的開頭索引。
public:
property int StartIndex { int get(); void set(int value); };
public int StartIndex { get; set; }
member this.StartIndex : int with get, set
Public Property StartIndex As Integer
屬性值
標記排序清單項目的開頭索引。
預設值是 1 秒。
備註
此屬性不會影響未排序的清單。
相依性屬性資訊
識別碼欄位 | StartIndexProperty |
中繼資料屬性設定為 true |
AffectsMeasure, AffectsRender |