Skip to main content

GuideProperties.KeepFlyoutWithinScreenBounds Property

Specifies whether guide flyouts should always stay within the current screen bounds.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool KeepFlyoutWithinScreenBounds { get; set; }

Property Value

Type Default Description
Boolean true

true if guide flyouts should always stay within the current screen bounds; false if guide flyouts can stretch beyond them.

See Also