ConsoleColorTable.DialogPropertyGradientStartColor Property
Gets the starting color of a gradient shown in a property dialog box.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color DialogPropertyGradientStartColor { get; }
public:
property Color DialogPropertyGradientStartColor {
Color get();
}
Public ReadOnly Property DialogPropertyGradientStartColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top