Skip to main content

BadgeDefaultProperties.ActualLocation Property

Returns the current Badge alignment relative to its target element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public ContentAlignment ActualLocation { get; }

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