DiagramItem.Segment Property
Gets the segment.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Property Segment As LineSegment
Get
Set
public LineSegment Segment { get; set; }
public:
property LineSegment^ Segment {
LineSegment^ get ();
void set (LineSegment^ value);
}
member Segment : LineSegment with get, set
function get Segment () : LineSegment
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.