Gets or sets a value indicating whether this component defines the outline of its host.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsOutline { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsOutline As Boolean |
true to mark this component as the node's outline, otherwise false. The default value is false.
RemarksAny NodeEffect applied to a composite node will be rendered only if the node contains an outline component.
See Also