Gets the Brush for applying a shadow to the turning corner of the page.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Brush CornerShadowBrush { get; private set; }
Visual Basic
Public Property CornerShadowBrush As Brush
	Get
	Private Set
Visual C++
public:
property Brush^ CornerShadowBrush {
	Brush^ get ();
	private: void set (Brush^ value);
}

See Also