Skip to main content
All docs
V25.1
  • TdxFontOptions.Italic Property

    Specifies if the italic font attribute is applied to text.

    Declaration

    property Italic: Boolean read; write;

    Property Value

    Type Default Description
    Boolean False

    True if text is italic; otherwise, False.

    Remarks

    Set Bold, Italic, StrikeOut, and Underline properties to True to apply the corresponding font attributes to text.

    Property Value Examples

    Value Example
    False (default) Unformatted Text
    True Italic Text

    Property Setter Behavior

    The Italic property’s setter updates the set of font style flags stored in the Style property value according to the assigned value.

    Default Value

    The Italic property’s default value is False.

    See Also