Microsoft SDK for Java

Border3DStyle Fields

Fields Description
ADJUST Specifies that the border should be drawn outside the specified rectangle, preserving the dimensions of the rectangle for drawing.
BUMP Specifies a raised outer edge and a sunken inner edge.
ETCHED Specifies a sunken inner edge and a raised outer edge.
FLAT Specifies a border with no three-dimensional effects.
RAISED Specifies raised inner and outer edges.
RAISEDINNER Specifies a raised inner edge and no outer edge.
RAISEDOUTER Specifies a raised outer edge and no inner edge.
SUNKEN Specifies sunken inner and outer edges.
SUNKENINNER Specifies a sunken inner edge and no outer edge.
SUNKENOUTER Specifies a sunken outer edge and no inner edge.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.