Gets or sets width.

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 width { get; set; }
Visual Basic (Declaration)
Public Property width As Single
Visual C++
public:
property float width {
	float get ();
	void set (float value);
}

See Also