Skip to main content

BadgeProperties.Offset Property

Gets or sets the offset, common to all Badges within this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public Point Offset { get; set; }

Property Value

Type Description
Point

A Point structure that is the offset, common to all Badges within this AdornerUIManager.

Remarks

The Offset property can be overridden for individual badges by setting their BadgeDefaultProperties.Offset properties to a different value.

See Also