Skip to main content

AdornerElement.Tag Property

Gets or sets any object associated with this AdornerElement.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(null)]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

An Object that is the tag for this AdornerElement.

Remarks

You can easily identify AdornerElements (e.g., when handling various AdornerUIManager events) if these elements are marked with unique tags.

See Also