C# 클래스 PoshCode.Controls.ConsoleBrushes

파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Black System.Windows.Media.Brush
Blue System.Windows.Media.Brush
Cyan System.Windows.Media.Brush
DarkBlue System.Windows.Media.Brush
DarkCyan System.Windows.Media.Brush
DarkGray System.Windows.Media.Brush
DarkGreen System.Windows.Media.Brush
DarkMagenta System.Windows.Media.Brush
DarkRed System.Windows.Media.Brush
DarkYellow System.Windows.Media.Brush
DebugBackground System.Windows.Media.Brush
DebugForeground System.Windows.Media.Brush
DefaultBackground System.Windows.Media.Brush
DefaultForeground System.Windows.Media.Brush
ErrorBackground System.Windows.Media.Brush
ErrorForeground System.Windows.Media.Brush
Gray System.Windows.Media.Brush
Green System.Windows.Media.Brush
Magenta System.Windows.Media.Brush
NativeErrorBackground System.Windows.Media.Brush
NativeErrorForeground System.Windows.Media.Brush
NativeOutputBackground System.Windows.Media.Brush
NativeOutputForeground System.Windows.Media.Brush
Red System.Windows.Media.Brush
Transparent System.Windows.Media.Brush
VerboseBackground System.Windows.Media.Brush
VerboseForeground System.Windows.Media.Brush
WarningBackground System.Windows.Media.Brush
WarningForeground System.Windows.Media.Brush
White System.Windows.Media.Brush
Yellow System.Windows.Media.Brush

공개 메소드들

메소드 설명
BrushFromConsoleColor ( ConsoleColor color ) : System.Windows.Media.Brush

Get the Brush for a specified ConsoleColor

ConsoleColorFromBrush ( System.Windows.Media.Brush color ) : ConsoleColor

Get a System.ConsoleColor from one of our Brush values.

GetBackgroundAsConsoleColor ( this character ) : ConsoleColor
GetForegroundAsConsoleColor ( this character ) : ConsoleColor
Refresh ( ) : void

비공개 메소드들

메소드 설명
ConsoleBrushes ( ) : System

메소드 상세

BrushFromConsoleColor() 공개 정적인 메소드

Get the Brush for a specified ConsoleColor
public static BrushFromConsoleColor ( ConsoleColor color ) : System.Windows.Media.Brush
color ConsoleColor The to get a brush for
리턴 System.Windows.Media.Brush

ConsoleColorFromBrush() 공개 정적인 메소드

Get a System.ConsoleColor from one of our Brush values.
public static ConsoleColorFromBrush ( System.Windows.Media.Brush color ) : ConsoleColor
color System.Windows.Media.Brush The you want to know the color of
리턴 ConsoleColor

GetBackgroundAsConsoleColor() 공개 정적인 메소드

public static GetBackgroundAsConsoleColor ( this character ) : ConsoleColor
character this
리턴 ConsoleColor

GetForegroundAsConsoleColor() 공개 정적인 메소드

public static GetForegroundAsConsoleColor ( this character ) : ConsoleColor
character this
리턴 ConsoleColor

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void

프로퍼티 상세

Black 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Black
리턴 System.Windows.Media.Brush

Blue 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Blue
리턴 System.Windows.Media.Brush

Cyan 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Cyan
리턴 System.Windows.Media.Brush

DarkBlue 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkBlue
리턴 System.Windows.Media.Brush

DarkCyan 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkCyan
리턴 System.Windows.Media.Brush

DarkGray 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkGray
리턴 System.Windows.Media.Brush

DarkGreen 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkGreen
리턴 System.Windows.Media.Brush

DarkMagenta 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkMagenta
리턴 System.Windows.Media.Brush

DarkRed 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkRed
리턴 System.Windows.Media.Brush

DarkYellow 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DarkYellow
리턴 System.Windows.Media.Brush

DebugBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DebugBackground
리턴 System.Windows.Media.Brush

DebugForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DebugForeground
리턴 System.Windows.Media.Brush

DefaultBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DefaultBackground
리턴 System.Windows.Media.Brush

DefaultForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media DefaultForeground
리턴 System.Windows.Media.Brush

ErrorBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media ErrorBackground
리턴 System.Windows.Media.Brush

ErrorForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media ErrorForeground
리턴 System.Windows.Media.Brush

Gray 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Gray
리턴 System.Windows.Media.Brush

Green 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Green
리턴 System.Windows.Media.Brush

Magenta 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Magenta
리턴 System.Windows.Media.Brush

NativeErrorBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media NativeErrorBackground
리턴 System.Windows.Media.Brush

NativeErrorForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media NativeErrorForeground
리턴 System.Windows.Media.Brush

NativeOutputBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media NativeOutputBackground
리턴 System.Windows.Media.Brush

NativeOutputForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media NativeOutputForeground
리턴 System.Windows.Media.Brush

Red 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Red
리턴 System.Windows.Media.Brush

Transparent 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Transparent
리턴 System.Windows.Media.Brush

VerboseBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media VerboseBackground
리턴 System.Windows.Media.Brush

VerboseForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media VerboseForeground
리턴 System.Windows.Media.Brush

WarningBackground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media WarningBackground
리턴 System.Windows.Media.Brush

WarningForeground 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media WarningForeground
리턴 System.Windows.Media.Brush

White 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media White
리턴 System.Windows.Media.Brush

Yellow 공개적으로 정적으로 프로퍼티

public static Brush,System.Windows.Media Yellow
리턴 System.Windows.Media.Brush