LineSegment.EndIndex Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public ReadOnly Property EndIndex As Integer
'使用
Dim instance As LineSegment
Dim value As Integer

value = instance.EndIndex
public int EndIndex { get; }
public:
property int EndIndex {
    int get ();
}
public function get EndIndex () : int

Property Value

Type: System.Int32

Permissions

See Also

Reference

LineSegment Class

LineSegment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace