Table of Contents

WeatherIconTemplateRegistryInfo 类

命名空间
ClassIsland.Core.Models.Weather
程序集
ClassIsland.Core.dll

代表天气图标模板注册信息。

public class WeatherIconTemplateRegistryInfo
继承
WeatherIconTemplateRegistryInfo
继承成员

属性

Id

图标模板 ID

public string Id { get; }

属性值

string

Name

图标模板名称

public string Name { get; }

属性值

string

Template

图标模板内容

public DataTemplate Template { get; }

属性值

DataTemplate