Gets or sets the width of the bevel.
'Declaration
Public Property Width As Integer
'Usage
Dim instance As Bevel
Dim value As Integer
instance.Width = value
value = instance.Width
public int Width {get; set;}
Property Value
An integer value that indicates the width of the bevel.
The default is 0.