ControlBuilder.InPageTheme 속성

정의

ControlBuilder 개체가 페이지 테마를 생성하는 데 사용할지 여부를 결정하는 부울 값을 가져옵니다.

protected:
 property bool InPageTheme { bool get(); };
protected bool InPageTheme { get; }
member this.InPageTheme : bool
Protected ReadOnly Property InPageTheme As Boolean

속성 값

Boolean

ControlBuilder를 사용하여 페이지 테마를 생성하려면 true이고, 그렇지 않으면 false입니다.

적용 대상