Skip to main content
All docs
V25.1
  • FlyoutBase.ScaleTransformCompensation Property

    Gets or sets whether the Flyout control automatically compensates for a scale transformation (ScaleTransform) applied to a parent element to prevent content blurring. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors.Flyout.Native

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public bool ScaleTransformCompensation { get; set; }

    Property Value

    Type Description
    Boolean

    true if the Flyout control adjusts dimensions (when the ScaleTransform property is applied to a parent element); otherwise, false.

    Remarks

    If the ScaleTransform property is applied to a parent element, the Flyout control may be blurred. To avoid this, enable the ScaleTransformCompensation property to compensate scale transformation effects at the parent level.

    See Also