C# 클래스 Xwt.Drawing.TextLayoutData

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes List
Font Font
Height double
Text string
TextTrimming TextTrimming
Width double

공개 메소드들

메소드 설명
Equals ( TextLayoutData other ) : bool
InitLayout ( TextLayout la ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( TextLayoutData other ) : bool
other TextLayoutData
리턴 bool

InitLayout() 공개 메소드

public InitLayout ( TextLayout la ) : void
la TextLayout
리턴 void

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public List Attributes
리턴 List

Font 공개적으로 프로퍼티

public Font,Xwt.Drawing Font
리턴 Font

Height 공개적으로 프로퍼티

public double Height
리턴 double

Text 공개적으로 프로퍼티

public string Text
리턴 string

TextTrimming 공개적으로 프로퍼티

public TextTrimming TextTrimming
리턴 TextTrimming

Width 공개적으로 프로퍼티

public double Width
리턴 double