Get an dash by zero-based index from the DashCollection.

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Double
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also