EdgeEffects 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.
Specifies the visual effects that can be applied to the edges of a visual style element.
This enumeration supports a bitwise combination of its member values.
public enum class EdgeEffects
[System.Flags]
public enum EdgeEffects
[<System.Flags>]
type EdgeEffects =
Public Enum EdgeEffects
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The border is drawn without any effects. |
FillInterior | 2048 | The area within the element borders is filled. |
Soft | 4096 | The border is soft. |
Flat | 16384 | The border is flat. |
Mono | 32768 | The border is one-dimensional. |
Remarks
The EdgeEffects values are used as argument values in the VisualStyleRenderer.DrawEdge method.