op_Addition

TextDecorationLineType Addition operator

Combines (merges) two specified line types and produces new resultant line type, where flags are merged (union)

public static TextDecorationLineType operator +(TextDecorationLineType first, 
    TextDecorationLineType second)
Parameter Type Description
first TextDecorationLineType First line type operand
second TextDecorationLineType Second line type operand

Return Value

Result of the union between specified operands

See Also