Skip to main content

ToolTipControllerShowEventArgs.Appearance Property

This member is not supported.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object which provides the tooltip’s appearance settings.

See Also