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 | Index der Zeile für diese Definition | |
columnIndex | Index der Spalte für diese Definition | |
borderWidth [optional] | Rahmenbreite | |
borderStyle [optional] | Rahmenstils | |
borderColor [optional] | Rahmenfarbe | |
padding [optional] | Rahmeninnenabstands | |
backgroundColor [optional] | Hintergrundfarbe | |
backgroundImage [optional] | Hintergrundbild | |
backgroundImagePadding [optional] | Innenabstand des Hintergrundbildes | |
backgroundImageWidth [optional] | Zahlenwert der Breite des Hintergrundbilds | |
backgroundImageWidthUnit [optional] | Einheit der Breite des Hintergrundbilds | |
backgroundImageHeight [optional] | Zahlenwert der Höhe des Hintergrundbilds | |
backgroundImageHeightUnit [optional] | Einheit der Höhe des Hintergrundbilds | |
backgroundImageHorizontalAlignment [optional] | Horizontale Ausrichtung des Hintergrundbilds | |
backgroundImageVerticalAlignment [optional] | Vertikale Ausrichtung des Hintergrundbilds |
Siehe auch
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiGrid.CellOptions
Verfügbar ab Version 1.8 |