Back to Devexpress

FlyoutBase.ScaleTransformCompensation Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-de101e3c.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ScaleTransformCompensation { get; set; }
vb
Public Property ScaleTransformCompensation As Boolean

Property Value

TypeDescription
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

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace