ShapeOuterBandThickness property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

Cardinal ShapeOuterBandThickness

Delphi Syntax

ShapeOuterBandThickness: Cardinal

Overview

Refer to Drawing Three-Dimensional Shapes and Text.

Remarks

(Persistent property, available at design time) Specifies the outer-band thickness of a three-dimensional shape that you draw with the DrawShape method. The size, position, and other aspects of the shape are determined by a number of properties, as explained in Drawing Three-Dimensional Shapes and Text.

The unit of measure is pixels. and it is relative to the Main Control's client area. If the target is the bitmap, LEADTOOLS scales the value if necessary. If the scaled value equates to less than half a pixel, it is rounded to 0.

See Also

Elements:

DrawShape method

Topics:

Raster Images: Drawing on a Bitmap

 

Working with the Control: Client Area Usage