Port.ActiveBoundsRules 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.
Gets or sets the currently active bounds rules on the port.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::BoundsRules ^ ActiveBoundsRules { Microsoft::VisualStudio::Modeling::Diagrams::BoundsRules ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::BoundsRules ^ value); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.BoundsRules ActiveBoundsRules { get; set; }
member this.ActiveBoundsRules : Microsoft.VisualStudio.Modeling.Diagrams.BoundsRules with get, set
Public Overridable Property ActiveBoundsRules As BoundsRules