FromFlags

TextDecorationLineType.FromFlags method

Creates and returns a TextDecorationLineType instance with flags, defined by the specified parameters

public static TextDecorationLineType FromFlags(bool isUnderline, bool isOverline, 
    bool isLineThrough)
Parameter Type Description
isUnderline Boolean Determines whether an underline flag is enabled or not
isOverline Boolean Determines whether an overline flag is enabled or not
isLineThrough Boolean Determines whether an line-through flag is enabled or not

Return Value

New TextDecorationLineType instance

See Also