SystemDropShadowChrome Class

Definition

Microsoft internal use only.

public ref class SystemDropShadowChrome sealed : System::Windows::Controls::Decorator
public sealed class SystemDropShadowChrome : System.Windows.Controls.Decorator
type SystemDropShadowChrome = class
    inherit Decorator
Public NotInheritable Class SystemDropShadowChrome
Inherits Decorator
Inheritance
SystemDropShadowChrome

Constructors

SystemDropShadowChrome()

Instantiates a new instance of a SystemDropShadowChrome

Fields

ColorProperty

DependencyProperty for Color property.

CornerRadiusProperty

DependencyProperty for CornerRadius property.

Properties

Color

The Color property defines the Color used to fill the shadow region.

CornerRadius

The CornerRadius property defines the CornerRadius of the object casting the shadow.

Applies to