DiagramItem.Segment 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 the segment.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ Segment { Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.LineSegment Segment { get; set; }
member this.Segment : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment with get, set
Public Property Segment As LineSegment