Gets or sets the brush applied to vertical grid lines. This is a dependency property.

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

Syntax

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

See Also