VisualConnectDisallowed Property |
A list of visual Types that are not allowed to connect to this visual. If a Type appears in both ConnectAllowed and ConnectDisallowed, then ConnectDisallowed takes priority and the connection is not allowed.
<p>
See also:
<ul>
<li>Demo3D.Visuals.Visual.ConnectAllowed
<li>Demo3D.Visuals.Connector.Allowed
<li>Demo3D.Visuals.Connector.Disallowed
</ul>
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic string[] ConnectDisallowed { get; set; }Property Value
Type:
String
See Also