Class ColorLink
public class ColorLink : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
ColorLink
- Implements
- Inherited Members
- Extension Methods
Properties
DisplayName
显示名称
public string DisplayName { get; set; }
Property Value
Logo
说明
public string Logo { get; set; }
Property Value
Source
连接地址
public Uri Source { get; set; }
Property Value
ThemeType
public ThemeType ThemeType { get; set; }