Share via


ScrollViewerOffsetProxy.HorizontalOffset Property

 

Gets or sets the horizontal offset value to forward to the real scroll viewer.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public double HorizontalOffset { get; set; }
public:
property double HorizontalOffset {
    double get();
    void set(double value);
}
Public Property HorizontalOffset As Double

Property Value

Type: System.Double

A System.Double.

Remarks

When you set (animate) this value, the changes are forwarded to the real scroll viewer that has been previously bound to the ScrollViewer property.

See Also

ScrollViewerOffsetProxy Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top