Gets or sets format of a line used to draw a border.

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

Syntax

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

See Also