GraffitiAccordionItem

Enumerations #

NameValues
AlignmentsLeft
Center
Right
SizingsNone
FillHorizontal
FillVertical
Both

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
ConstructortitleText as String
container as MobileContainer
NoneCreates a new instance of the class.
InvalidateNoneNoneResets the item’s display and prompts the parent GraffitiAccordion to redraw.

Properties #

NameTypeDefault ValueDescription
BackgroundColorColorGroupNilColor drawn to the background of the component.
BadgeBackgroundColorColorGroupNilBackground color applied to the badge.
BadgeCountInteger0Number to display within the badge.
BadgeFontFontNilFont used to draw the text within item badges.
BadgeTextColorColorGroupNilColor applied to Badge text.
Container READ ONLYMobileContainerNilContainer within this accordion item.
ContainerSizeSizingsSizings.NoneConstraints applied to container within the item’s display area.
HasBadgeBooleanFalseDetermines whether the badge for this item is displayed.
HeaderBackgroundColorColorGroupNilColor applied to the background of this item’s header.
IconPictureNilPicture drawn to the left of the item’s text within the header.
SubtitleAlignmentAlignmentsAlignments.LeftPosition of the subtitle within the header.
SubtitleColorColorGroupNilColor used to draw the item’s subtitle.
SubtitleFontFontNilFont used to draw the item’s subtitle.
SubtitleTextString“”Text drawn in the subtitle area of the item.
TitleAlignmentAlignmentsAlignments.LeftPosition of the title within the header.
TitleColorColorGroupNilColor used to draw the item’s title.
TitleFontFontNilFont used to draw the item’s title.
TitleTextString“”Text drawn in the title area of the item.
VisibleBooleanTrueDetermines whether the item’s header is displayed within the component.