ComponentOne Sizer 8.0
FontResize Property

Returns or sets whether the control automatically resizes fonts at run time.

Syntax

[form!]C1Elastic.FontResize[ = {True | False} ]

Remarks

When FontResize is set to True and the Elastic control is resized, it resizes its font and applies the new font to all its child controls.

The only font attributes applied to the child controls are the font's name and size. Any special effects such as bold and italics are preserved. This gives you extra flexibility when designing the form.

This property works at run time only.

NOTE: Font resizing works best with TrueType fonts such as Arial, Times New Roman, Tahoma, or Verdana. Other (bitmapped) fonts such as the default MS Sans Serif do not scale well, and may look quite bad when resized.

Data Type

Boolean

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback