BadgeDefaultProperties.ActualLocation Property
Returns the current Badge alignment relative to its target element.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ContentAlignment | A ContentAlignment enumerator value that specifies the current Badge alignment relative to its target element. |
Remarks
A Badge is aligned relative to its target UI element according to the BadgeDefaultProperties.Location and BadgeProperties.Location property values.
See Also