Gets or sets the element to which mouse scroll-wheel manager is bound.

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

See Also