Copyright © 2003-2023 MultiMedia Soft

BackColorContainer property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property BackColorContainer As Color

 

[C#]

public override Color BackColorContainer {get; set;}

 

[C++]

public: __property Color get_BackColorContainer();

public: __property void set_BackColorContainer(Color);

 

 

Remarks

The container background color.

This property can reduce the aliasing effect that appears using rounded shapes: the anti-aliasing effect is obtained averaging the button borders with the container background color.

If you leave this property to "undefined" (-1), the control will try to determine the container background color.