Class SystemDropShadowChrome
Creates a theme specific look for drop shadow effects.
Inheritance
SystemDropShadowChrome
Implements
Inherited Members
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public sealed class SystemDropShadowChrome : Decorator, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Remarks
The drop shadow effect creates a solid silhouette of the content of the element. This creates the illusion that the content is floating and casting a shadow.
Fields
| Improve this Doc View SourceColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceColor
Gets or sets the color used by the drop shadow.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The drop shadow color. |
Remarks
Dependency Property Information
Identifier field | ColorProperty |
Metadata properties set to true | AffectsRender |
CornerRadius
Gets or sets the radii of a rectangle's corners.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
CornerRadius | The radii of a rectangle's corners. |
Remarks
Dependency Property Information
Identifier field | CornerRadiusProperty |
Metadata properties set to true | AffectsRender |
Methods
| Improve this Doc View SourceOnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
Type | Name | Description |
---|---|---|
DrawingContext | drawingContext |