Skip to main content

AdornerElement.Visible Property

Gets or sets whether or not this AdornerElement is visible.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if this AdornerElement is visible; otherwise, false.

See Also