ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / ToolBarExtension Property

In This Topic
    ToolBarExtension Property (C1MediaPlayer)
    In This Topic
    Gets or sets the template for an optional extension of the ToolBar that contains the show/hide items/chapter list.
    Syntax
    'Declaration
     
    
    Public Property ToolBarExtension As DataTemplate
    public DataTemplate ToolBarExtension {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