DesignTimeParseData.ShouldApplyTheme 属性
定义
获取或设置一个值,该值指示是否应该应用主题。Gets or sets a value that indicates whether a theme should be applied.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool ShouldApplyTheme { bool get(); void set(bool value); };
public bool ShouldApplyTheme { get; set; }
member this.ShouldApplyTheme : bool with get, set
Public Property ShouldApplyTheme As Boolean
属性值
如果应该应用主题,则为 true;否则为 false。true if a theme should be applied; otherwise, false.