Skip to main content

VisualNavigationButton.GetPrevNavigationButtonMargin(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

Declaration

public static Thickness GetPrevNavigationButtonMargin(
    DependencyObject element
)
Public Shared Function GetPrevNavigationButtonMargin(
    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