Class ShadowFilterOptions

ShadowFilterOptions class

The shadow filter options

public class ShadowFilterOptions : FilterOptionsBase

Constructors

NameDescription
ShadowFilterOptions()The default constructor.

Properties

NameDescription
Color { get; set; }Gets or sets the color.
OffsetX { get; set; }Gets or sets the offset x.
OffsetY { get; set; }Gets or sets the offset y.
Opacity { get; set; }Gets or sets the opacity.
Sigma { get; set; }Gets or sets the sigma.
Size { get; set; }Gets or sets the size.

Fields

NameDescription
BackgroundThe background

See Also