Skip to main content

VisualNavigationButton.GetNextNavigationButtonMargin(DependencyObject) Method

Gets the value of the VisualNavigationButton.NextNavigationButtonMargin attached property for a specified DependencyObject.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public static Thickness GetNextNavigationButtonMargin(
    DependencyObject element
)
Public Shared Function GetNextNavigationButtonMargin(
    element As DependencyObject
) As Thickness

Parameters

Name Type Description
element DependencyObject

The object from which the property value is read.

Returns

Type Description
Thickness

The Thickness property value for the object.

See Also