Specifies a fill pattern type for the outline of this node.

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

Syntax

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

Field Value

An int that contains the "FillOutlineType" attribute value.

Remarks

By default, FillOutlineType = FILL_TYPE_SOLID.

See Also