Condividi tramite


SingleSizeBar.TopColor Property

 

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

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

Syntax

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

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

SingleSizeBar Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top