DiagramItem.Segment Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property Segment As LineSegment
'Usage
Dim instance As DiagramItem
Dim value As LineSegment
value = instance.Segment
instance.Segment = value
public LineSegment Segment { get; set; }
public:
property LineSegment^ Segment {
LineSegment^ get ();
void set (LineSegment^ value);
}
public function get Segment () : LineSegment
public function set Segment (value : LineSegment)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.