Gets Canvas which is the borders layout.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public Canvas AdornersLayer { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property AdornersLayer As Canvas  | 
| Visual C++ | 
|---|
public: property Canvas^ AdornersLayer { Canvas^ get (); }  |