Defines shadow effect.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class ShadowEffect : VisualEffect
Visual Basic
Public Class ShadowEffect _
	Inherits VisualEffect
XAML Object Element Usage
<ShadowEffect .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Phone.Chart..::..VisualEffect
      C1.Phone.Chart..::..ShadowEffect

See Also