op_Division

TextDecorationLineType Division operator

Returns an intersection between first and second line types, where only those flags are enabled, which are enabled simultaneously in both operands. Has the highest priority between all operators (higher than union and difference)

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 intersection between specified operands

See Also