Gets or sets the element for highlighting.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: 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); } |