LineSegment.EndIndex Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property EndIndex As Integer
'Usage
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
.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.