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()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |