Returns or sets the default proportional font object used to draw text on the object.
Object.ProportionalFont ( Font )
The ProportionalFont property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
Font |
The default proportional font object used to draw text on the object. |
The font is used by the log control as the default font used to draw text in HTML mode (PlainText=False).
The following statement sets the default proportional font object used by the ALog to be "Arial":
log1.ProportionalFont.Name = "Arial"