Skip to main content

BorderStyle

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Specifies the border appearance of a SAL frame.

public enum BorderStyle : Enum

Fields

NameDescriptionValue
BumpDraws a raised three-dimensional border.
DropShadowDraws a border with a drop shadow.
EtchedDraws an etched border.
NoneDraws no border.
RaisedShadowDraws a raised border with shadowing.
SolidDraws a solid border.

Used By

NameDescription
SalFrame.BorderStyleGets or sets the frame border drawing style, refreshing the frame after assignment.