Skip to main content
All docs
V25.1
  • GuideProperties.FlyoutOffset Property

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

    Namespace: DevExpress.Utils.VisualEffects

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