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.
|
ShadowSizeProperty
Identifies a ShadowSize property.
Declaration
public static readonly DependencyProperty ShadowSizeProperty
Field Value
System.
|
Properties
ShadowColor
Gets or sets the color of the shadow.
Declaration
public Color ShadowColor { get; set; }
Property Value
System. The color of the shadow. |
ShadowSize
Gets or sets the size of the shadow.
Declaration
public double ShadowSize { get; set; }
Property Value
System. 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.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |