BorderStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies the border appearance of a SAL frame.
- C#
- VB.NET
public enum BorderStyle : Enum
Public Enum BorderStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Bump | Draws a raised three-dimensional border. | |
| DropShadow | Draws a border with a drop shadow. | |
| Etched | Draws an etched border. | |
| None | Draws no border. | |
| RaisedShadow | Draws a raised border with shadowing. | |
| Solid | Draws a solid border. |
Used By
| Name | Description |
|---|---|
| SalFrame.BorderStyle | Gets or sets the frame border drawing style, refreshing the frame after assignment. |