Partager via


ConsoleColorTable.PageBorderColor Property

 

Gets the color of the page border.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color PageBorderColor { get; }
public:
property Color PageBorderColor {
    Color get();
}
Public ReadOnly Property PageBorderColor As Color

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top