Describes which type of connection points should have their visibility changed.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ConnectionPointShowFlags |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration ConnectionPointShowFlags |
Members
| Member name | Description | |
|---|---|---|
| Inbound |
Signifies that inbound connection points should have their visibility changed.
| |
| Outbound |
Signifies that outbound connection points should have their visibility changed.
|