static void setBorderShadowColor(int colorValue)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
colorValue | 0x000000 ... 0xFFFFFF | color value for the shadow of borders |
Sets the shadow color for rectangle borders.
Note
Example
Attribute.setBorderShadowColor(0x333335);
This example will set border shadow color to a dark grey.
See also:
24-Bit Color Values
Attribute.setBorderColor(int)
Attribute.setBackgroundColor(int)
Draw.drawRectangle(int, int, int)
Copyright © demmel products gmbh. All rights reserved.