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

    Gets or sets the offset for a flyout panel displayed by this adorner guide.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

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

    Property Value

    Type Default Description
    Nullable<Point> null

    The flyout panel offset.

    Remarks

    The figure below demonstrates the effect of different adorner guide settings.

    Visual Guide Settings

    Refer to this help article for more information on how to populate and customize guide flyouts: Adorner Guides.

    See Also