Charting for WinForms Programmer's Guide
PenCollection.Item Property
See Also
 






Gets or sets the Pen, located at the specified position.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Pen Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As Pen

 Parameters

index
The zero-based index of the element to get or set.

 Property Value

The Pen element at the specified index.

 Remarks

This property provides the ability to access a specific Pen element in the PenCollection.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace