Class
ShadowSettings

Represents shadow settings.

Definition

Namespace:Telerik.WinControls.Paint

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[TypeConverter("Telerik.WinControls.UI.Design.ShadowSettingsConverter, Telerik.WinControls.UI.Design, Version=2026.1.217.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public class ShadowSettings

Inheritance: objectShadowSettings

Constructors

ShadowSettings()

Initializes a new instance of the ShadowSettings class.

Declaration

cs-api-definition
public ShadowSettings()

ShadowSettings(Point, Color)

Initializes a new instance of the ShadowSettings class using point and shadow color.

Declaration

cs-api-definition
public ShadowSettings(Point depth, Color shadowColor)

Parameters

depth

Point

shadowColor

Color

Properties

Depth

Gets or sets the shadow depth.

Declaration

cs-api-definition
public Point Depth { get; set; }

Property Value

Point

ShadowColor

Gets or sets the shadow color.

Declaration

cs-api-definition
public Color ShadowColor { get; set; }

Property Value

Color