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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.