Search
BrushCollection.Item Property
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the brush to set or retrieve.

 Property Value

An instance of the Brush class that represents the brush at the specified position.

 See Also