Copyright © 2003-2024 MultiMedia Soft

RectHardEdges property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property RectHardEdges As Boolean

 

[C#]

public bool RectHardEdges {get; set;}

 

[C++]

public: __property bool get_RectHardEdges();

public: __property void set_RectHardEdges(bool);

 

 

Remarks

Boolean value that 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)

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

3dcm_i0000d83dcm_i0000d9

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

3dcm_i0000da