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
System.Windows.DependencyProperty for Color.
public static readonly DependencyProperty ColorProperty
Field Value
- DependencyProperty
IsEditableProperty
System.Windows.DependencyProperty for IsEditable.
public static readonly DependencyProperty IsEditableProperty
Field Value
- DependencyProperty
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()