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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.