LineSegment.StartIndex Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property StartIndex As Integer
'Usage
Dim instance As LineSegment
Dim value As Integer
value = instance.StartIndex
public int StartIndex { get; }
public:
property int StartIndex {
int get ();
}
public function get StartIndex () : 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.