Gets or sets style of lines used to draw a shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also