BadgeDefaultProperties.ActualLocation Property
In This Article
Returns the current Badge alignment relative to its target element.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public ContentAlignment ActualLocation { get; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
#Remarks
A Badge is aligned relative to its target UI element according to the BadgeDefaultProperties.Location and BadgeProperties.Location property values.
See Also