Skip to main content
A newer version of this page is available. .
All docs
V21.2

GuideDefaultProperties.FlyoutOffset Property

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

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

Property Value

Type Default
Nullable<Point> null
See Also