共用方式為


AutomationProperties.LevelProperty 屬性

定義

取得 Level 附加屬性的識別碼,這是與自動化專案相關聯的 1 型整數。

public:
 static property DependencyProperty ^ LevelProperty { DependencyProperty ^ get(); };
static DependencyProperty LevelProperty();
public static DependencyProperty LevelProperty { get; }
var dependencyProperty = AutomationProperties.levelProperty;
Public Shared ReadOnly Property LevelProperty As DependencyProperty

屬性值

Level附加屬性的識別碼。

備註

Level屬性描述階層式或中斷階層式結構內元素的位置。 例如,點符或編號清單、標題或其他結構化資料項目可以有各種父/子系關聯性。 層級 描述專案所在結構中的位置。

搭配Level使用CustomNavigation 控制項模式

適用於