Gets or sets the element for highlighting.

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 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);
}

See Also