Gets or sets height.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also