NullableColorEditor
StockSharp.Xaml.PropertyGrid
Editor para el color nulo.
Hereda de: Control
Propiedades
Color
public Color? Color { get; set; }
value = nullableColorEditor.Color
nullableColorEditor.Color = value
Color.
IsEditable
public bool IsEditable { get; set; }
value = nullableColorEditor.IsEditable
nullableColorEditor.IsEditable = value
Es editable en color.
Métodos
OnApplyTemplate
public override void OnApplyTemplate()
nullableColorEditor.OnApplyTemplate()
Construye el árbol visual para el control LayoutTransformer cuando se aplica una nueva plantilla.
Campos
ColorProperty
public static readonly DependencyProperty ColorProperty
value = NullableColorEditor.ColorProperty
DependencyProperty para Color.
IsEditableProperty
public static readonly DependencyProperty IsEditableProperty
value = NullableColorEditor.IsEditableProperty
DependencyProperty for IsEditable.