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
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