Back to Devexpress

ScrollingSettings.SetTopBottomIndent(DependencyObject, Double) Method

wpf-devexpress-dot-xpf-dot-navbar-dot-scrollingsettings-dot-settopbottomindent-x28-system-dot-windows-dot-dependencyobject-system-dot-double-x29.md

latest1.5 KB
Original Source

ScrollingSettings.SetTopBottomIndent(DependencyObject, Double) Method

Sets the value of the ScrollingSettings.TopBottomIndent attached property for a given object.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public static void SetTopBottomIndent(
    DependencyObject d,
    double value
)
vb
Public Shared Sub SetTopBottomIndent(
    d As DependencyObject,
    value As Double
)

Parameters

NameTypeDescription
dDependencyObject

The element on which to set the attached property.

| | value | Double |

The property value to set.

|

See Also

ScrollingSettings Class

ScrollingSettings Members

DevExpress.Xpf.NavBar Namespace