Class AutoDropShadowPopup
A Popup that automatically adds a SystemDropShadowChrome around its Child element.
Inheritance
AutoDropShadowPopup
Implements
Inherited Members
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public class AutoDropShadowPopup : Popup, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Fields
| Improve this Doc View SourceShadowColorProperty
Identifies the ShadowColor dependency property.
Declaration
public static readonly DependencyProperty ShadowColorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ShadowMarginProperty
Identifies the ShadowMargin dependency property.
Declaration
public static readonly DependencyProperty ShadowMarginProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceShadowColor
Gets or sets the Color of the SystemDropShadowChrome.
Declaration
public Color ShadowColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ShadowMargin
Gets or sets the Margin of the SystemDropShadowChrome.
Declaration
public Thickness ShadowMargin { get; set; }
Property Value
Type | Description |
---|---|
Thickness |