Class | Description | |
---|---|---|
BlurEffect | Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. This class cannot be inherited. | |
Effect | Represents the base class for effect which is applied to the shape by the rendering engine. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated. | |
FillOverlayEffect | Represents a fill overlay effect. A fill overlay can be used to specify an additional fill for an object and blend the two fills together. This class cannot be inherited. | |
GlowEffect | Represents a glow effect, in which a color blurred outline is added outside the edges of the object. This class cannot be inherited. | |
InnerShadowEffect | Represents an inner shadow effect. A shadow is applied within the edges of the object according to the parameters given by the attributes. | |
OuterShadowEffect | Represents an outer shadow effect. | |
PresetShadowEffect | Represents a preset shadow which is equivalent to a specific outer shadow effect. This class cannot be inherited. | |
ReflectionEffect | Represents a reflection effect. This class cannot be inherited. | |
SoftEdgeEffect | Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected. This class cannot be inherited. |