Compartilhar via


SingleSizeBar.BottomColor Property

 

Gets or sets the color that is used on the bottom of the bar.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color BottomColor { get; set; }
public:
property Color BottomColor {
    Color get();
    void set(Color value);
}
Public Property BottomColor As Color

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top