C# Class ReportingFramework.PageBuilder

Datei anzeigen Open project: frederiksen/Task-Card-Creator

Public Methods

Method Description
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

Method Details

Build() public method

public Build ( ) : System.Windows.Documents.PageContent
return System.Windows.Documents.PageContent

PageBuilder() public method

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
return System.Windows

TryAdd() public method

public TryAdd ( FrameworkElement control ) : bool
control System.Windows.FrameworkElement
return bool