ColorSelectionDialog.SelectedColor Property

ColorSelectionDialogSelectedColor Property

The new color selected by the user.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.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