AxisFont Property (ASlider)

Returns or sets the Font object used to draw text on the axis of the object.

Syntax

Object.AxisFont [ = FontObject ]

The AxisFont property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

FontObject

AFont

The font of the axis on the object.

Comments

See the AFont class for the properties.

Example

The following statement changes the ASlider AxisFont:

sld1.AxisFont.Name="Arial"

Applies to

ASlider

See Also

Axis, Caption, CaptionColor, CaptionHeight, CaptionLeft, CaptionTop, CaptionWidth, Font