Gets the font properties associated with the KaxTimeView
control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override FontInfo Font { get; }
Public Overrides ReadOnly Property Font As FontInfo
Get
public:
virtual property FontInfo^ Font {
FontInfo^ get () override;
}
abstract Font : FontInfo with get
override Font : FontInfo with get
Property Value
Type:
FontInfoA 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