Gets or sets the font used to paint values on the ruler.

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

Syntax

C#
[DefaultValueAttribute(typeof(Font), "Tahoma, 7pt")]
public Font Font { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Font), "Tahoma, 7pt")> _
Public Property Font As Font
	Get
	Set

Remarks

The default value for this property is [Font: Name=Tahoma, Size=7, Units=3, GdiCharSet=1, GdiVerticalFont=False].

See Also