Gets the layer for borders which highlight the selected report element.

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

Syntax

C#
Canvas AdornersLayer { get; }
Visual Basic (Declaration)
ReadOnly Property AdornersLayer As Canvas
Visual C++
property Canvas^ AdornersLayer {
	Canvas^ get ();
}

See Also