Visit Gigasoft's Web Site
 ProEssentials v9 Help

TableBmpStyle

Scope

Pego

Type

Int32

Default

0

.NET

PeColor.TableBmpStyle

Ocx|Vcl

TableBmpStyle

DLL

PEP_nTABLEBMPSTYLE

 

Purpose

Controls how the bitmap defined by TableBmpFilename is painted to the controls table area.

 

.NET Gigasoft.Enums.

ActiveX and

 

BitmapStyle.

DLL Constants

Description

NoBmp

PEBS_NO_BMP (0)

No Bitmap

StretchBlt

PEBS_STRETCHBLT (1)

Compress or Stretch to fit

TiledBitBlt

PEBS_TILED_BITBLT (2)

Tiled Bitmap

BitBltTopLeft

PEBS_BITBLT_TOP_LEFT (3)

Top Left Justified

BitBltTopCenter

PEBS_BITBLT_TOP_CENTER (4)

Top Center Justified

BitBltTopRight

PEBS_BITBLT_TOP_RIGHT (5)

Top Right Justified

BitBltBottomLeft

PEBS_BITBLT_BOTTOM_LEFT (6)

Bottom Left Justified

BitBltBottomCenter

PEBS_BITBLT_BOTTOM_CENTER (7)

Bottom Center Justified

BitBltBottomRight

PEBS_BITBLT_BOTTOM_RIGHT (8)

Bottom Right Justified

BitBltCenter

PEBS_BITBLT_CENTER (9)

Centered Horizontally and Vertically

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eBitmapStyle = (xNoBmp, xStretchBlt, xTiledBlt, xBitBltTopLeft, xBitBltTopCenter, xBitBltTopRight, xBitBltBottomLeft, xBitBltBottomCenter, xBitBltBottomRight, xBitBltCenter);

 

Comments

PeColor.TableBmpStyle members of Pego.PeColor

 

This property is only effective if BitmapGradientMode is TRUE, TableBmpFilename is defined, and TableBackColor is set to 1. For more information on background bitmaps and gradients, see commonly asked Question 36.

 

See Also: TableBmpFilename, BitmapGradientMode, TableBackColor.