DynamicFontOutline Property

Specifies whether the text associated with a Column object is outlined. Available at design time and run time.

Column.DynamicFontOutline[ = "lExpr"]

Return Value

  • "lExpr"
    Specifies a logical expression that evaluates to True (.T.) or False (.F.). The expression is reevaluated at run time each time the Grid control is refreshed.

    The following table describes the settings for these values.

    lExpr evaluates to

    Description

    True (.T.)

    The text is outlined.

    False (.F.)

    The text is not outlined. (Default)

Remarks

Applies To: Column Object

Note

The Grid AutoFit method might not resize adequately to display the entire contents of a column if you use this property.

See Also

Reference

FontOutline Property

DynamicFontShadow Property

DynamicFontBold, DynamicFontItalic, DynamicFontStrikethru, DynamicFontUnderline Properties

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)