ControlBuilder.InPageTheme 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个布尔值,该值指示此 ControlBuilder 对象是否用于生成页主题。
protected:
property bool InPageTheme { bool get(); };
protected bool InPageTheme { get; }
member this.InPageTheme : bool
Protected ReadOnly Property InPageTheme As Boolean
属性值
true
表示使用此 ControlBuilder 生成页主题;否则为 false
。