NSTextEffect Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify text effects (e.g., Letterpress). Used with TextEffect.
public enum NSTextEffect
type NSTextEffect =
- Inheritance
-
NSTextEffect
Fields
Name | Value | Description |
---|---|---|
None | 0 | No style. |
LetterPressStyle | 1 | A style that looks like paper that has been layered and pressed onto the page. |
UnknownUseWeakEffect | 2 | This value is returned when the underlying WeakTextEffect can not be mapped to one of the strongly typed known enumeration values. In that case use the WeakTextEffect value to determine what kind of effect is being applied. |