Skip to main content

SuperTipItem.Glyph Property

Gets or sets the tooltip item's glyph. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public ImageSource Glyph { get; set; }

#Property Value

Type Description
ImageSource

An ImageSource object that specifies the tooltip item's glyph.

See Also