New to Telerik UI for WinFormsStart a free 30-day trial

Represents shadow settings.

Definition

Namespace:Telerik.WinControls.Paint

Assembly:Telerik.WinControls.dll

Syntax:

C#
[TypeConverter("Telerik.WinControls.UI.Design.ShadowSettingsConverter, Telerik.WinControls.UI.Design, Version=2026.2.702.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e")]
public class ShadowSettings

Inheritance: objectShadowSettings

Constructors

Initializes a new instance of the ShadowSettings class.

C#
public ShadowSettings()

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

C#
public ShadowSettings(Point depth, Color shadowColor)
Parameters:depthPointshadowColorColor

Properties

Gets or sets the shadow depth.

C#
public Point Depth { get; set; }

Gets or sets the shadow color.

C#
public Color ShadowColor { get; set; }