TextOutlineStyle Operators
Outline style settings for text.| Name | Description |
|---|---|
| Equality(TextOutlineStyle, TextOutlineStyle) static |
Determines whether two TextOutlineStyle objects are equal.
|
| Implicit(OutlineStyle to TextOutlineStyle) static |
Defines an implicit conversion of an OutlineStyle object to a TextOutlineStyle object.
|
| Inequality(TextOutlineStyle, TextOutlineStyle) static |
Determines whether two TextOutlineStyle objects are not equal.
|
See Also