Gets or sets the Style to be applied to the area. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Style AreaStyle { get; set; }
Visual Basic
Public Property AreaStyle As Style
	Get
	Set
Visual C++
public:
property Style^ AreaStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also