NullableColorEditor

StockSharp.Xaml.PropertyGrid

Editor für nullable Color.

Erbt von: Control

Eigenschaften

Color
public Color? Color { get; set; }
value = nullableColorEditor.Color
nullableColorEditor.Color = value

Farbe.

IsEditable
public bool IsEditable { get; set; }
value = nullableColorEditor.IsEditable
nullableColorEditor.IsEditable = value

Ist farblich editierbar.

Methoden

OnApplyTemplate
public override void OnApplyTemplate()
nullableColorEditor.OnApplyTemplate()

Erstellt den visuellen Baum für das LayoutTransformer @ Steuerelement, wenn eine neue Vorlage angewendet wird.

Felder

ColorProperty
public static readonly DependencyProperty ColorProperty
value = NullableColorEditor.ColorProperty

DependencyProperty für Farbe.

IsEditableProperty
public static readonly DependencyProperty IsEditableProperty
value = NullableColorEditor.IsEditableProperty

DependencyProperty für IsEditable.