ComponentOne VSView 8.0
BackStyle Property

Returns or sets whether text is transparent or opaque.

Syntax

[form!]VSDraw.BackStyle[ = DrawBackStyleSettings ]

Remarks

The settings for the BackStyle property are described below:

Constant

Value

Description

bkTransparent

0

Text is transparent.

bkOpaque

1

Text is opaque.

Set BackStyle to bkTransparent when you want to place text over graphics to avoid erasing parts of the drawing. Set BackStyle to bkOpaque when you want the text to stand out.

To draw text, use the Text property.

Data Type

DrawBackStyleSettings (Enumeration)

Default Value

bkTransparent (0)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback