StackPanel.HorizontalOffset Property

Definition

Gets a value that contains the horizontal offset of the scrolled content.

public:
 property double HorizontalOffset { double get(); };
public double HorizontalOffset { get; }
member this.HorizontalOffset : double
Public ReadOnly Property HorizontalOffset As Double

Property Value

The Double that represents the horizontal offset of the scrolled content. The default value is 0.0.

Implements

Remarks

The returned value is described in Device Independent Pixels.

Applies to