Back to Devexpress

ScrollBox.GetLeft(UIElement) Method

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-scrollbox-dot-getleft-x28-system-dot-windows-dot-uielement-x29.md

latest1.6 KB
Original Source

ScrollBox.GetLeft(UIElement) Method

Returns the value of the ScrollBox.Left attached property for the specified UIElement object.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public static double GetLeft(
    UIElement element
)
vb
Public Shared Function GetLeft(
    element As UIElement
) As Double

Parameters

NameTypeDescription
elementUIElement

An object whose ScrollBox.Left property’s value is to be returned.

|

Returns

TypeDescription
Double

The value of the ScrollBox.Left property for the specified UIElement object.

|

See Also

ScrollBox Class

ScrollBox Members

DevExpress.Xpf.LayoutControl Namespace