Back to Devexpress

ScrollBox.SetTop(UIElement, Double) Method

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

latest1.5 KB
Original Source

ScrollBox.SetTop(UIElement, Double) Method

Sets the value of the ScrollBox.Top 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 SetTop(
    UIElement element,
    double value
)
vb
Public Shared Sub SetTop(
    element As UIElement,
    value As Double
)

Parameters

NameTypeDescription
elementUIElement

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

| | value | Double |

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

|

See Also

ScrollBox Class

ScrollBox Members

DevExpress.Xpf.LayoutControl Namespace