VGGraph.OwningLayoutObject 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.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ OwningLayoutObject { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject OwningLayoutObject { get; set; }
member this.OwningLayoutObject : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject with get, set
Public Property OwningLayoutObject As VGLayoutObject