ElementChromeBorderStyle Enum
Specifies the valid border styles supported by the chrome elements.
public enum ElementChromeBorderStyle
Fields
| Name | Description |
|---|---|
| AlternateRaised | Indicates that the classic border style with a alternate raised look should be used. |
| Default | Indicates that the default border style should be used. |
| Etched | Indicates that the classic border style with an etched look should be used. |
| None | Indicates that no border should be used. |
| Raised | Indicates that the classic border style with a raised look should be used. |
| Sunken | Indicates that the classic border style with a sunken look should be used. |
| ThinRaised | Indicates that the classic border style with a thin raised look should be used. |