Map for WinForms | ComponentOne
C1.Win.Map 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.
    Syntax
    'Declaration
     
    
    Public Property Width As Nullable(Of Single)
    public Nullable<float> Width {get; set;}
    Remarks
    If different sides of the border have different widths, gets null. Setting this property to null does not have any effect.
    See Also