VisualNavigationButton.SetNextNavigationButtonMargin(DependencyObject, Thickness) Method
Sets the value of the VisualNavigationButton.NextNavigationButtonMargin attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DependencyObject | The object to which the attached property is written. |
| value | Thickness | The required Thickness value. |
See Also