C# 클래스 ReportingFramework.PageBuilder

파일 보기 프로젝트 열기: frederiksen/Task-Card-Creator

공개 메소드들

메소드 설명
Build ( ) : System.Windows.Documents.PageContent
PageBuilder ( double width, double height, int marginsLeft, int marginsTop, int marginsRight, int marginsBottom, ContentControl frame ) : System.Windows
TryAdd ( FrameworkElement control ) : bool

메소드 상세

Build() 공개 메소드

public Build ( ) : System.Windows.Documents.PageContent
리턴 System.Windows.Documents.PageContent

PageBuilder() 공개 메소드

public PageBuilder ( double width, double height, int marginsLeft, int marginsTop, int marginsRight, int marginsBottom, ContentControl frame ) : System.Windows
width double
height double
marginsLeft int
marginsTop int
marginsRight int
marginsBottom int
frame System.Windows.Controls.ContentControl
리턴 System.Windows

TryAdd() 공개 메소드

public TryAdd ( FrameworkElement control ) : bool
control System.Windows.FrameworkElement
리턴 bool