Gets or sets a value which points that there is no need for display of the control framing even when it is in focus.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public bool HideFocusRectangle { get; set; }
Visual Basic (Declaration)
Public Property HideFocusRectangle As Boolean
Visual C++
public:
property bool HideFocusRectangle {
	bool get ();
	void set (bool value);
}

See Also