Gets or sets the template for an optional extension of the ToolBar that contains the show/hide items/chapter list.

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

Syntax

C#
public DataTemplate ToolBarExtension { get; set; }
Visual Basic
Public Property ToolBarExtension As DataTemplate
	Get
	Set

Remarks

Allows adding more buttons or other content next to the chapter and items buttons. This is a Template because separate instances are needed for fullscreen and normal mode. Use ToolBarButtonBaseStyle as the style of buttons placed here to match the style of the template.

See Also