Diagram.SupportsPorts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the diagram contains any ports. Hit testing will not check for ports if this is false.
public:
virtual property bool SupportsPorts { bool get(); };
public virtual bool SupportsPorts { get; }
member this.SupportsPorts : bool
Public Overridable ReadOnly Property SupportsPorts As Boolean