VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / IWpfScrollableInteractiveObject Interface / VerticalScrollAnchor Property
Syntax Requirements SeeAlso
In This Topic
    VerticalScrollAnchor Property (IWpfScrollableInteractiveObject)
    In This Topic
    Gets a value that defines position of vertical scrollbar.
    Syntax
    'Declaration
    
    Public ReadOnly Property VerticalScrollAnchor As Vintasoft.Imaging.AnchorType
    
    
    public Vintasoft.Imaging.AnchorType VerticalScrollAnchor { get; }
    
    
    public: __property Vintasoft.Imaging.AnchorType get_VerticalScrollAnchor();
    
    
    
    public:
    property Vintasoft.Imaging.AnchorType VerticalScrollAnchor { Vintasoft.Imaging.AnchorType get(); }

    Property Value

    Allowable value: Right, Left.
    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