Gets or sets the color of the row that can be inspected in the Inspector control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Color HotInspectedObjectColor { get; set; } |
| Visual Basic |
|---|
Public Property HotInspectedObjectColor As Color Get Set |
| Visual C++ |
|---|
public: property Color HotInspectedObjectColor { Color get (); void set (Color value); } |
| F# |
|---|
member HotInspectedObjectColor : Color with get, set |