Edit

Share via


EdgeEffects Enum

Definition

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
EdgeEffects
Attributes

Fields

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.

Applies to