Class SettingItemColor
Typecasts setting as Color item
public sealed class SettingItemColor : SettingItem, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization
Constructors
Declaration
public SettingItemColor()
Declaration
public SettingItemColor(string name, Color value, int sortIndex = 0)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Color |
value |
|
System.Int32 |
sortIndex |
|
Properties
Declaration
public bool AllowDisableColor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Checked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ColorText
Declaration
public string ColorText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override SettingItemType Type { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.SettingItemType |
|
Overrides
TradingPlatform.BusinessLayer.SettingItem.Type
Declaration
public bool WithCheckBox { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
INotifyPropertyChanged
IComparable<>