TiLCDMatrix.OuterMarginTop
TiLCDMatrix
Specifies the minimum margin on the top side of the matrix.
property OuterMarginTop : Integer;
Description
Use OuterMarginTop specify the minimum margin on the top side of the matrix.
The value is specified in pixels.
Note: since each character is of a specific width and height (5x7 cells or 5x8
cells for example), guard-bands or extra margin is automatically added around the
inside of the component to accommodate the characters, depending on the pixel
character width of each character and the width and height of the component.
Regard this property as a "Minimum" margin property of component.
Example
Visual Basic
iComponent.OuterMarginTop := 5;
Visual C++
iComponent->OuterMarginTop = 5;
Contents | Index | Previous | Next