Gets or sets graphics settings to display controls in this document.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also