VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / VerticalScrollBarWidth Property
Syntax Requirements SeeAlso
In This Topic
    VerticalScrollBarWidth Property (WpfImageViewer)
    In This Topic
    Gets or sets the width of the vertical scroll bar.
    Syntax
    'Declaration
    
    Public Property VerticalScrollBarWidth As System.Nullable(Of Double)
    
    
    public System.Nullable<double> VerticalScrollBarWidth { get; set; }
    
    
    public: __property System.Nullable<double> get_VerticalScrollBarWidth();
    public: __property void set_VerticalScrollBarWidth(
    System.Nullable<double> value
    );
    public:
    property System.Nullable<double> VerticalScrollBarWidth { System.Nullable<double> get(); void set(System.Nullable<double> value); }

    Property Value

    null - viewer must use the system default value.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also