VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / HorizontalScrollBarHeight Property
Syntax Requirements SeeAlso
In This Topic
    HorizontalScrollBarHeight Property (WpfImageViewer)
    In This Topic
    Gets or sets the height of the horizontal scroll bar.
    Syntax
    'Declaration
    
    Public Property HorizontalScrollBarHeight As System.Nullable(Of Double)
    
    
    public System.Nullable<double> HorizontalScrollBarHeight { get; set; }
    
    
    public: __property System.Nullable<double> get_HorizontalScrollBarHeight();
    public: __property void set_HorizontalScrollBarHeight(
    System.Nullable<double> value
    );
    public:
    property System.Nullable<double> HorizontalScrollBarHeight { 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