Copyright © 1998-2015 MultiMedia Soft

RectHardEdges property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.RectHardEdges [=boolean]

 

 

Remarks

Enables/disables the use "hard edges" for the button: this property is available only if the button's Shape property is set to SHAPE_RECTANGLE (0)

This property can be changed at Design time using the "Surface" tab.

Supported values are the following:

Value

Meaning

FALSE

No hard edge is applied.

TRUE (default)

Hard edges are applied.

 

On the picture below you can see a rectangular button without hard edges (on the left) and a rectangular button with hard edges (on the right) and the ButtonRaiseFactor property set to 7

3dabm_i0000b63dabm_i0000b7

Below you can see the same "hard-edged" button with the SmoothEdges property set to SMOOTH_HIGH (2)

3dabm_i0000b8