Skip to main content
A newer version of this page is available. .
All docs
V22.1

GuideProperties.FlyoutOffset Property

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

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v22.1.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