ProportionalFont Property (ALog)

Returns or sets the default proportional font object used to draw text on the object.

Syntax

Object.ProportionalFont ( Font )

The ProportionalFont property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

Font

AFont

The default proportional font object used to draw text on the object.

Comments

The font is used by the log control as the default font used to draw text in HTML mode (PlainText=False).  

Example

The following statement sets the default proportional font object used by the ALog to be "Arial":

log1.ProportionalFont.Name = "Arial"

Applies to

ALog

See Also

AFont, FixedFont, PlainText