Skip to main content
A newer version of this page is available. .

AccordionControl.SummaryItemGlyphStretch Property

Gets or sets how an accordion summary item’s glyph is stretched within the glyph region’s ImageControl. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public Stretch SummaryItemGlyphStretch { get; set; }

Property Value

Type Description
Stretch

A Stretch value that specifies the current stretch mode.

See Also