Gets or sets type of a stroke pen.

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

Syntax

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

See Also