Class DropShadow
Used for popup shadows mostly.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class DropShadow : ContentControl
Constructors
DropShadow()
Fields
ShadowColorProperty
Identifies a ShadowColor property.
Declaration
public static readonly DependencyProperty ShadowColorProperty
Field Value
System.Windows.DependencyProperty
|
ShadowSizeProperty
Identifies a ShadowSize property.
Declaration
public static readonly DependencyProperty ShadowSizeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ShadowColor
Gets or sets the color of the shadow.
Declaration
public Color ShadowColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the shadow. |
ShadowSize
Gets or sets the size of the shadow.
Declaration
public double ShadowSize { get; set; }
Property Value
System.Double
The size of the shadow. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()