BadgeDefaultProperties.ActualLocation Property
Returns the current Badge alignment relative to its target element.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v26.1.dll
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