Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
BackColorContainer property 
 
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index