Click or drag to resize

TpsFormControlBorderStyle Property

Gets or sets the border style of the control

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public BorderStyle ControlBorderStyle { get; set; }

Property Value

Type: BorderStyle
One of the BorderStyle values. The default is BorderStyle.None
Remarks
BorderSytle.Fixed3d has the same result that BorderStyle.FixedSingle.
See Also