<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the style used to draw the shape's outline.
public abstract ILineStyle LineStyle { get; set; } |
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.
Reference to the line style used for this shape.