Element.StyleId プロパティ

定義

要素を一意に識別するユーザー定義の値を取得または設定します。

public string StyleId { get; set; }
member this.StyleId : string with get, set

プロパティ値

要素を一意に識別する文字列。

注釈

StyleId プロパティを使用して、UI テストやテーマ エンジンで識別するために、アプリケーション内の個々の要素を識別します。

適用対象