DicomObjects Reference
DicomObjects Reference / DicomLabel Object / BackStyle Property
BackStyle Property
Description
Style used to fill non-transparentlabels
Property type
Read-write property
Syntax
Visual Basic
Public Property BackStyle As Integer
Remarks

These properties are not relevant where LabelType=doLabelLine(3).

If transparent is false, then ellipses, rectangles, polygons, and the area behind text are filled with the BackColour Colour.

If BackStyle is not –1, then a pattern is used to fill the area, the lines being drawn in the BackColour.  If transparent is false, then these are drawn on a white background.

The styles are:

0

Horizontal  

-----

1

Vertical       

|||||

2

Fdiagonal   

\\\\

3

Bdiagonal  

/////

4

H_Cross

+++++

5

Diagcross 

xxxxx

 

See Also