Method SetBorderStyle
SetBorderStyle(LineStyle)
Sets the BorderStyle of the view to the specified value.
public override void SetBorderStyle(LineStyle value)
Parameters
value
LineStyle
Remarks
BorderStyle is a helper for manipulating the view's Border. Setting this property to any value other than None is equivalent to setting Border's Thickness to `1` and BorderStyle to the value.
Setting this property to None is equivalent to setting Border's Thickness to `0` and BorderStyle to None.
For more advanced customization of the view's border, manipulate see Border directly.