Gets or sets the currently selected color. This is a dependency property.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Color SelectedColor { get; set; }
Visual Basic (Declaration)
Public Property SelectedColor As Color

Remarks

Dependency Property Information
Identifier fieldSelectedColorProperty
Metadata properties set to trueNone

See Also