Gets or sets the highlighting fore color, which is evaluated with time.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Color HighlightForeColor { get; set; } |
Visual Basic |
---|
Public Property HighlightForeColor As Color Get Set |
Visual C++ |
---|
public: property Color HighlightForeColor { Color get (); void set (Color value); } |
F# |
---|
member HighlightForeColor : Color with get, set |
Property Value
Type: ColorThe color.