LvcDropShadow
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a drop shadow.

Inheritance:
Object =>
LvcDropShadow

Constructors

// Defines a drop shadow.
Single x, // The horizonal offset.
Single y, // The vertical offset.
Single sigmaX, // The blur radius in the X direction.
Single sigmaY, // The blur radius in the Y direction.
LvcColor color// The color of the shadow.
)

Properties

Gets an empty drop shadow.
Type: LvcDropShadow
Dx
Gets or sets the horizontal offset.
Type: Single
Dy
Gets or sets the vertical offset.
Type: Single
Gets or sets the blur radius in the x direction.
Type: Single
Gets or sets the blur radius in the y direction.
Type: Single
Gets or sets the color of the shadow.
Type: LvcColor