ICellOptions

[ Schnittstelle ]

export interface ICellOptions {
    rowIndex: number;
    columnIndex: number;
    borderWidth?: TcHmi.FourSidedCss;
    borderStyle?: TcHmi.BorderStyle;
    borderColor?: TcHmi.SolidColor;
    padding?: TcHmi.FourSidedCss;
    backgroundColor?: TcHmi.Color;
    backgroundImage?: string;
    backgroundImagePadding?: TcHmi.FourSidedCss;
    backgroundImageWidth?: number;
    backgroundImageWidthUnit?: TcHmi.DimensionUnit;
    backgroundImageHeight?: number;
    backgroundImageHeightUnit?: TcHmi.DimensionUnit;
    backgroundImageHorizontalAlignment?: TcHmi.HorizontalAlignment;
    backgroundImageVerticalAlignment?: TcHmi.VerticalAlignment;
}

Eigenschaften

Name

Typ

Beschreibung

rowIndex

number

Index der Zeile für diese Definition

columnIndex

number

Index der Spalte für diese Definition

borderWidth [optional]

TcHmi.FourSidedCss

Rahmenbreite

borderStyle [optional]

TcHmi.BorderStyle

Rahmenstils

borderColor [optional]

TcHmi.SolidColor

Rahmenfarbe

padding [optional]

TcHmi.FourSidedCss

Rahmeninnenabstands

backgroundColor [optional]

TcHmi.Color

Hintergrundfarbe

backgroundImage [optional]

string

Hintergrundbild

backgroundImagePadding [optional]

TcHmi.FourSidedCss

Innenabstand des Hintergrundbildes

backgroundImageWidth [optional]

number

Zahlenwert der Breite des Hintergrundbilds

backgroundImageWidthUnit [optional]

TcHmi.DimensionUnit

Einheit der Breite des Hintergrundbilds

backgroundImageHeight [optional]

number

Zahlenwert der Höhe des Hintergrundbilds

backgroundImageHeightUnit [optional]

TcHmi.DimensionUnit

Einheit der Höhe des Hintergrundbilds

backgroundImageHorizontalAlignment [optional]

TcHmi.HorizontalAlignment

Horizontale Ausrichtung des Hintergrundbilds

backgroundImageVerticalAlignment [optional]

TcHmi.VerticalAlignment

Vertikale Ausrichtung des Hintergrundbilds

Siehe auch

Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiGrid.CellOptions

ICellOptions 1:

Verfügbar ab Version 1.8