Gets or sets the color to paint a frame around the Cell if a tooltip is currently displayed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Color CellFrameColor { get; set; }
Visual Basic
Public Property CellFrameColor As Color
	Get
	Set
Visual C++
public:
property Color CellFrameColor {
	Color get ();
	void set (Color value);
}
F#
member CellFrameColor : Color with get, set

Property Value

Type: Color
The color of the frame.

See Also