Specifies parts of UI element that are to be painted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
[FlagsAttribute] public enum PaintPart |
Visual Basic |
---|
<FlagsAttribute> Public Enumeration PaintPart |
Visual C++ |
---|
[FlagsAttribute] public enum class PaintPart |
F# |
---|
[<FlagsAttribute>] type PaintPart |
Members
Member name | Value | Description | |
---|---|---|---|
Background | 1 | Background | |
Image | 8 | Image | |
Text | 16 | Text | |
All | 25 | All UI elements |