Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 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)
    public Nullable<double> Width {get; set;}
    See Also