Specifies a color that will be used to outline this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Color FillOutlineColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property FillOutlineColor As Color
Visual C++
public:
virtual property Color FillOutlineColor {
	Color get ();
	void set (Color value);
}

Field Value

A Color which contains the "FillOutlineColor" attribute value.

Remarks

The default value is Color.Black.

See Also