Back to Devexpress

ScrollBox.SetLeft(UIElement, Double) Method

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

latest1.5 KB
Original Source

ScrollBox.SetLeft(UIElement, Double) Method

Sets the value of the ScrollBox.Left attached property for the specified object.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public static void SetLeft(
    UIElement element,
    double value
)
vb
Public Shared Sub SetLeft(
    element As UIElement,
    value As Double
)

Parameters

NameTypeDescription
elementUIElement

An object whose ScrollBox.Left property is to be set.

| | value | Double |

The value to be assigned to the ScrollBox.Left property.

|

See Also

ScrollBox Class

ScrollBox Members

DevExpress.Xpf.LayoutControl Namespace