Gets or sets a value indicating whether panel will clip to bounds. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Field Value

true if panel will clip to bounds; otherwise, false.

See Also