ICellOptions
[ Interface ]
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;
}
Properties
Name | Type | Description |
---|---|---|
rowIndex | Index of the row for this definition | |
columnIndex | Index of the column for this definition | |
borderWidth [optional] | Border width | |
borderStyle [optional] | Border style | |
borderColor [optional] | Border color | |
padding [optional] | Border inside distance | |
backgroundColor [optional] | Background color | |
backgroundImage [optional] | Background image | |
backgroundImagePadding [optional] | Padding of the background image | |
backgroundImageWidth [optional] | Numerical value of the width of the background image | |
backgroundImageWidthUnit [optional] | Unit of the width of the background image | |
backgroundImageHeight [optional] | Numerical value of the height of the background image | |
backgroundImageHeightUnit [optional] | Unit of the height of the background image | |
backgroundImageHorizontalAlignment [optional] | Horizontal alignment of the background image | |
backgroundImageVerticalAlignment [optional] | Vertical alignment of the background image |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiGrid.CellOptions
Available from 1.8 |