Skip to main content
A newer version of this page is available. .

BadgeDefaultProperties.ActualLocation Property

Returns the current Badge alignment relative to its target element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

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