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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.