NodeShape.AbsoluteBounds Property
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 value of AbsoluteBounds domain property. Description for Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.Absolute Bounds
C++
public:
property Microsoft::VisualStudio::Modeling::Diagrams::RectangleD AbsoluteBounds { Microsoft::VisualStudio::Modeling::Diagrams::RectangleD get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD value); };
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/AbsoluteBounds.Description", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/AbsoluteBounds.DisplayName", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("7d8fa935-dc8e-43b6-a72d-be8f5bc5c17b")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.CustomStorage)]
[System.ComponentModel.Browsable(false)]
public Microsoft.VisualStudio.Modeling.Diagrams.RectangleD AbsoluteBounds { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/AbsoluteBounds.Description", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/AbsoluteBounds.DisplayName", typeof(Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("7d8fa935-dc8e-43b6-a72d-be8f5bc5c17b")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.CustomStorage)>]
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.AbsoluteBounds : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD with get, set
Public Property AbsoluteBounds As RectangleD
- Attributes
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |