Gets or sets the element for highlighting.

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

Syntax

C#
public FrameworkElement Hightlight { get; private set; }
Visual Basic (Declaration)
Public Property Hightlight As FrameworkElement
Visual C++
public:
property FrameworkElement^ Hightlight {
	FrameworkElement^ get ();
	void set (FrameworkElement^ value);
}

Field Value

The hightlight. The instance of FrameworkElement class.

See Also