NoBoundsRules Class

Definition

NoBoundsRules can be applied to ensure no restrictions are placed on the shape's bounds.

public ref class NoBoundsRules : Microsoft::VisualStudio::Modeling::Diagrams::BoundsRules
[System.Serializable]
public class NoBoundsRules : Microsoft.VisualStudio.Modeling.Diagrams.BoundsRules
[<System.Serializable>]
type NoBoundsRules = class
    inherit BoundsRules
Public Class NoBoundsRules
Inherits BoundsRules
Inheritance
NoBoundsRules
Attributes

Constructors

NoBoundsRules()

Properties

Instance

An instance to share.

Methods

GetCompliantBounds(ShapeElement, RectangleD)

Always accept the proposed bounds.

Applies to