Visit Gigasoft's Web Site
 ProEssentials v9 Help

QuickStyle

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PEQS_NO_STYLE

.NET

PeColor.QuickStyle

Ocx|Vcl

QuickStyle

DLL

PEP_nQUICKSTYLE

 

Purpose

This property controls predefined viewing styles. Before setting this property, you should set BitmapGradientMode.

 

QuickStyle can utilize two sets of styles. If BitmapGradientMode is set to FALSE, setting QuickStyle invokes a style implementing standard RGB colors for all backgrounds. If BitmapGradientMode is set to TRUE, setting QuickStyle invokes a style implementing built-in background bitmaps and/or predefined gradients.

 

More information about bitmaps and gradients can be found in commonly asked Question 36.

 

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

QuickStyle.

DLL Constants

Description

NoStyle

PEQS_NO_STYLE (0)

No Style

LightInset

PEQS_LIGHT_INSET (1)

Light Colors with Inset Border

LightShadow

PEQS_LIGHT_SHADOW (2)

Light Colors with Shadow Border

LightLine

PEQS_LIGHT_LINE (3)

Light Colors with Line Border

LightNoBorder

PEQS_LIGHT_NO_BORDER (4)

Light Colors with No Border

MediumInset

PEQS_MEDIUM_INSET (5)

Medium Colors with Inset Border

MediumShadow

PEQS_MEDIUM_SHADOW (6)

Medium Colors with Shadow Border

MediumLine

PEQS_MEDIUM_LINE (7)

Medium Colors with Line Border

MediumNoBorder

PEQS_MEDIUM_NO_BORDER (8)

Medium Colors with No Border

DarkInset

PEQS_DARK_INSET (9)

Dark Colors with Inset Border

DarkShadow

PEQS_DARK_SHADOW (10)

Dark Colors with Shadow Border

DarkLine

PEQS_DARK_LINE (11)

Dark Colors with Line Border

DarkNoBorder

PEQS_DARK_NO_BORDER (12)

Dark Colors with No Border

 

VCL Enumerations:

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

eQuickStyle = (xNoStyle, xLightInset, xLightShadow, xLightLine, xLightNoBorder, xMedInset, xMedShadow, xMedLine, xMedNoBorder, xDarkInset, xDarkShadow, xDarkLine, xDarkNoBorder);

 

Comments

PeColor.QuickStyle members of Pego.PeColor, Pesgo.PeColor, Pe3do.PeColor, Pepso.PeColor, Pepco.PeColor

 

Within the demo, see example 000.

 

See Also: BitmapGradientMode