C# 클래스 NClass.DiagramEditor.Style

상속: IDisposable
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddToList void
Load Style
LoadCurrentStyle bool
LoadStyles bool
Save bool
SetFonts void
Style System

공개 메소드들

메소드 설명
Clone ( ) : Style
Dispose ( ) : void
Load ( string path ) : Style
Save ( string filePath ) : bool
SaveCurrentStyle ( ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
AddToList ( Style style, string stylePath ) : void
Load ( string path, bool addToList ) : Style
LoadCurrentStyle ( ) : bool
LoadStyles ( ) : bool
Save ( string path, bool addToList ) : bool
SetFonts ( StreamingContext context ) : void
Style ( ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Style
리턴 Style

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( string path ) : Style
path string
리턴 Style

Save() 공개 메소드

public Save ( string filePath ) : bool
filePath string
리턴 bool

SaveCurrentStyle() 공개 정적인 메소드

public static SaveCurrentStyle ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string