NShape Reference
LineStyle Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
LineStyle Property

Previous pageReturn to chapter overviewNext page

Gets and sets the style used to draw the shape's outline.

Syntax

public abstract ILineStyle LineStyle { getset; }

Description

The line style must always be defined (not null/Nothing). Setting the style of a diagram property makes the style private, i.e. it is no more linked to the template. Setting the style to the same value as the corresponding template style makes the style linked to the template again.

Value

Reference to the line style used for this shape.