PlaylistTrackInfoIndex Property

Gets the track index.

Don't set this value manually.

This value is automatically set by some of the PlaylistEditor methods, and has any effect for other purposes.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Index { get; set; }

Property Value

Int32
The track index.

See Also