Class ItemStyleInternal

Contains information about item-specific styles.

Hierarchy

  • ItemStyle

Constructors

Properties

borderColor?: string

Defines the color of the border of the shape. Default: #1a1a1a (dark gray).

borderOpacity?: string

Defines the opacity level of the shape border. Possible values: any number between 0.0 and 1.0, where: 0.0: the background color is completely transparent or invisible 1.0: the background color is completely opaque or solid Default: 1.0 (solid color).

borderStyle?: string

Defines the style used to represent the border of the shape. Default: normal.

borderWidth?: string

Defines the thickness of the shape border, in dp. Default: 2.0.

cardTheme?: string

Hex value of the border color of the card. Default: #2d9bf0.

color?: string

Hex value representing the color for the text within the text item. Default: #1a1a1a.

fillColor?: string

Background color of the text item. Default: #ffffff.

fillOpacity?: string

Opacity level of the background color. Possible values: any number between 0.0 and 1.0, where: 0.0: the background color is completely transparent or invisible. 1.0: the background color is completely opaque or solid. Default: 1.0 if fillColor is provided, 0.0 if fillColor is not provided.

fontFamily?: string

Font type for the text in the text item. Default: arial.

fontSize?: string

Font size, in dp. Default: 14.

textAlign?: string

Horizontal alignment for the item's content. Default: center.

textAlignVertical?: string

Defines how the sticky note text is vertically aligned. Default: top.