ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / HorizontalScrollBarVisibility Property

In This Topic
    HorizontalScrollBarVisibility Property (C1PdfViewer)
    In This Topic
    Gets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed.
    Syntax
    'Declaration
     
    
    Public Property HorizontalScrollBarVisibility As ScrollBarVisibility
    public ScrollBarVisibility HorizontalScrollBarVisibility {get; set;}
    See Also