[Missing <summary> documentation for P:PerpetuumSoft.Reporting.DOM.Design.StyleSheetEditorForm.StyleSheet]

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

Syntax

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

See Also