VisualElement.ZIndex 屬性

定義

取得或設定版面配置中專案的前至后 z 索引。 這是可繫結屬性。

public:
 property int ZIndex { int get(); void set(int value); };
public int ZIndex { get; set; }
member this.ZIndex : int with get, set
Public Property ZIndex As Integer

屬性值

備註

具有較高 ZIndex 值的項目會顯示在值較低的 ZIndex 專案之上。

適用於