EdgeStyles

The following constants specify the appearance of the edge of a control or a control element:

  • EdgeStyle_ControlEdge –(Value: 3) The edge has the appearance of a control edge. The appearance can vary depending on the Microsoft Windows appearance settings and on the specific property to which you apply this value.
  • EdgeStyle_FixedSingle –(Value: 2) The edge is a black line, one pixel thick.
  • EdgeStyle_Flat –(Value: 1) The edge appears flat.
  • EdgeStyle_Inset –(Value: 5) The edge has a sunken three-dimensional appearance.
  • EdgeStyle_Raised –(Value: 4) The edge has a raised three-dimensional appearance.
  • EdgeStyle_UI –(Value: 6) The edge uses the color from the property Borders.FrameEdgeUIStyleColor .

See Also

Borders.BorderEdgeStyle

Borders.FrameEdgeStyle