Click or drag to resize
KaxTimeViewFont Property
Gets the font properties associated with the KaxTimeView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override FontInfo Font { get; }

Property Value

Type: FontInfo
A FontInfo that represents the font properties of the Web server control.
Remarks
Use the Font property to specify the font properties of the KaxTimeView control. This property includes subproperties that can be accessed declaratively in the form of Property-Subproperty (for example Font-Bold) or programmatically in the form of Property.Subproperty (for example Font.Bold).
See Also