Skip to main content
A newer version of this page is available. .

DropMarkerData.Orientation Property

Gets or sets whether the drop marker is arranged horizontally or vertically.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

The orientation of the drop marker.

See Also