Gets or sets a value indicating whether the button that advances to the next media item is visible.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public bool IsNextButtonVisible { get; set; }
Visual Basic
Public Property IsNextButtonVisible As Boolean
	Get
	Set

See Also