Skip to main content
All docs
V26.1
  • AccordionItem.GlyphStretch Property

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

    Namespace: DevExpress.Xpf.Accordion

    Assembly: DevExpress.Xpf.Accordion.v26.1.dll

    Declaration

    public Stretch GlyphStretch { get; set; }

    Property Value

    Type Description
    Stretch

    A Stretch value that specifies the current stretch mode.

    See Also