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

In This Topic
    IsPositionSliderVisible Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the slider that shows and controls the current position is visible.
    Syntax
    'Declaration
     
    
    Public Property IsPositionSliderVisible As Boolean
    public bool IsPositionSliderVisible {get; set;}
    See Also