In This Article

SimpleBorderStyle Enum

Specifies a border style for a user interface component.

public enum SimpleBorderStyle

Fields

Name Description
Bump

The inner and outer edges of the border have a raised appearance.

Dashed

A dashed border.

Dotted

A dotted-line border.

DoublePixelRoundedSolid

A double-pixel softly-rounded solid line border.

DoubleSolid

A solid line border 2 pixels wide.

Etched

The inner and outer edges of the border have an etched appearance.

None

No border.

Raised

The border has raised inner and outer edges.

RaisedInner

The border has raised inner edges.

SinglePixelRoundedSolid

A single-pixel softly-rounded solid line border.

SinglePixelRoundedTopSolid

A single-pixel softly-rounded (on the top only) solid line border.

Solid

A solid line border.

Sunken

The border has sunken inner and outer edges.

SunkenInner

The border has sunken inner edges.