Gets or sets the color used to highlight the ruler during selection.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(typeof(Color), "Info")]
public Color Highlight { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Color), "Info")> _
Public Property Highlight As Color
	Get
	Set

Remarks

The default value for this property is 'Info'.

See Also