C# 클래스 Sphere.Core.Editor.Style

A styling object that can be applied when themeing the editor components.
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default Style

공개 메소드들

메소드 설명
Apply ( Control ctrl ) : void

Adds this style to the .NET control.

Style ( Color back, Color front, Font font = null ) : System.Drawing

Constructs a new instance of the style object.

비공개 메소드들

메소드 설명
Style ( ) : System.Drawing

메소드 상세

Apply() 공개 메소드

Adds this style to the .NET control.
public Apply ( Control ctrl ) : void
ctrl System.Windows.Forms.Control
리턴 void

Style() 공개 메소드

Constructs a new instance of the style object.
public Style ( Color back, Color front, Font font = null ) : System.Drawing
back System.Drawing.Color Back color.
front System.Drawing.Color Text color.
font System.Drawing.Font Font to use.
리턴 System.Drawing

프로퍼티 상세

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

Gets the default OS style.
public static Style,Sphere.Core.Editor Default
리턴 Style