EdgePointCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::EdgePoint ^ default[int] { Microsoft::VisualStudio::Modeling::Diagrams::EdgePoint ^ get(int index); void set(int index, Microsoft::VisualStudio::Modeling::Diagrams::EdgePoint ^ value); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint with get, set
Default Public Overridable Property Item(index As Integer) As EdgePoint
Parameters
- index
- Int32