Class NullableColorEditor
- Namespace
- StockSharp.Xaml.PropertyGrid
- Assembly
- StockSharp.Xaml.dll
Editor for nullable Color.
public class NullableColorEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
- Inheritance
-
NullableColorEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
NullableColorEditor()
public NullableColorEditor()
Fields
ColorProperty
DependencyProperty for Color.
public static readonly DependencyProperty ColorProperty
Field Value
IsEditableProperty
public static readonly DependencyProperty IsEditableProperty
Field Value
Properties
Color
Color.
public Color? Color { get; set; }
Property Value
IsEditable
Is color editable.
public bool IsEditable { get; set; }
Property Value
Methods
OnApplyTemplate()
public override void OnApplyTemplate()