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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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