Search
Shape.Outline Property
See Also
 





Gets or sets the outline of this shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ElementTemplate[] Outline { get; set; }

Visual Basic  Copy Code

Public Property Outline As ElementTemplate()

 Property Value

An array of ElementTemplate objects specifying the outline of the shape.

 See Also