OutlineStyles 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.
Values for OutlineStylesAttribute.
This enumeration supports a bitwise combination of its member values.
public enum class OutlineStyles
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1F57B37D-CB59-43f4-95E0-7C9E40DB427E")]
public enum OutlineStyles
[System.Flags]
public enum OutlineStyles
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1F57B37D-CB59-43f4-95E0-7C9E40DB427E")>]
type OutlineStyles =
[<System.Flags>]
type OutlineStyles =
Public Enum OutlineStyles
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No outline style. |
Outline | 1 | Outlined. |
Shadow | 2 | Shadowed. |
Engraved | 4 | Engraved. |
Embossed | 8 | Embossed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.