GraffitiTabBarItem

View Categories

Enumerations #

NameValues
WidthTypesAuto
Fixed
Percentage

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
ConstructorNoneGraffitiTabBarItemCreates a new instance of the class.
Constructoricon as PictureGraffitiTabBarItemCreates a new instance of the class.
Constructortext as String
icon as Picture = nil
GraffitiTabBarItemCreates a new instance of the class.

Properties #

NameTypeDefault ValueDescription
HasCloseButtonBooleanFalseControls whether the item implements a close button.
IconPictureNilIcon displayed within the item.
StyleGraffitiTabBarStyleNilAllows creating and assigning a custom GraffitiTabBarStyle object to control the appearance of the item.
TagVariantNilDeveloper storage.
TextString“”Text displayed within the item.
TooltipString“”Text displayed in a tooltip when the user’s mouse cursor hovers over the item.
WidthInteger0Width of the item in the display.
WidthTypeGraffitiTabBarItem.WidthTypesGraffitiTabBarItem.WidthTypes.AutoDetermines how the Width property value is interpreted when the item is drawn.