Search
BorderComponent.IsOutline Property
See Also
 





Gets or sets a value indicating whether this component defines the outline of its host.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsOutline { get; set; }

Visual Basic  Copy Code

Public Property IsOutline As Boolean

 Property Value

true to mark this component as the node's outline, otherwise false. The default value is false.

 Remarks

Any NodeEffect applied to a composite node will be rendered only if the node contains an outline component.

 See Also