DiagramLite Programmer's Guide
Shape.Outline Property
See Also
 





Gets the outline of this shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public ElementTemplate[] Outline { get; }

Visual Basic  Copy Code

Public ReadOnly Property Outline As ElementTemplate()

 Property Value

An array of ElementTemplate objects that define the shape outline.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming Namespace