C1.WPF.Document Assembly / C1.WPF.Document Namespace / Border Class / Width Property

In This Topic
Width Property (Border)
In This Topic
Gets or sets the width of all sides of the border. If different sides of the border have different widths, gets null. Setting this property to null does not have any effect.
Syntax
'Declaration
 
Public Property Width As Nullable(Of Double)
 
See Also