GuideProperties.KeepFlyoutWithinScreenBounds Property
Specifies whether guide flyouts should always stay within the current screen bounds.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.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