Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Border Class / Color Property

In This Topic
    Color Property (Border)
    In This Topic
    Gets or sets the color of all sides of the border. If different sides of the border have different colors, gets Color.Empty. Setting this property to null does not have any effect.
    Syntax
    'Declaration
     
    Public Property Color As Color
    public Color Color {get; set;}
    See Also