ColorSelectionDialog.SelectedColor Property

ColorSelectionDialogSelectedColor Property

The new color selected by the user.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Color SelectedColor { get; }
Public ReadOnly Property SelectedColor As Color
	Get
public:
property Color^ SelectedColor {
	Color^ get ();
}
member SelectedColor : Color with get

Property Value

Color
See Also