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

BadgeDefaultProperties.ActualOffset Property

Returns the current Badge offset.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Point ActualOffset { get; }

Property Value

Type Description
Point

A Point structure that is the current Badge offset.

Remarks

Use the BadgeDefaultProperties.Offset and BadgeProperties.Offset properties to specify badge offsets.

See Also