ShadowSettings
Class
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()
Properties
Gets or sets the shadow color.
C#
public Color ShadowColor { get; set; }