BoundsControl.EnableConstraints 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.
Enable or disable constraint support of this component. When enabled, transform changes will be post processed by the linked constraint manager.
public:
property bool EnableConstraints { bool get(); void set(bool value); };
public bool EnableConstraints { get; set; }
member this.EnableConstraints : bool with get, set
Public Property EnableConstraints As Boolean