Skip to main content
All docs
V23.2

GuideProperties.FlyoutOffset Property

Gets or sets the offset for all flyout panels displayed by adorner guides.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public Point FlyoutOffset { get; set; }

Property Value

Type Description
Point

The flyout panel offset.

See Also