Class ShadowSettings
Represents shadow settings.
Inheritance
System.Object
ShadowSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Paint
Assembly: Telerik.WinControls.dll
Syntax
public class ShadowSettings
Constructors
ShadowSettings()
Initializes a new instance of the ShadowSettings class.
Declaration
public ShadowSettings()
ShadowSettings(Point, Color)
Initializes a new instance of the ShadowSettings class using point and shadow color.
Declaration
public ShadowSettings(Point depth, Color shadowColor)
Parameters
System.Drawing.Point
depth
|
System.Drawing.Color
shadowColor
|
Properties
Depth
Gets or sets the shadow depth.
Declaration
public Point Depth { get; set; }
Property Value
System.Drawing.Point
|
ShadowColor
Gets or sets the shadow color.
Declaration
public Color ShadowColor { get; set; }
Property Value
System.Drawing.Color
|