C# Class ReportingFramework.PageBuilder

Afficher le fichier Open project: frederiksen/Task-Card-Creator

Méthodes publiques

Méthode 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 méthode

public Build ( ) : System.Windows.Documents.PageContent
Résultat System.Windows.Documents.PageContent

PageBuilder() public méthode

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
Résultat System.Windows

TryAdd() public méthode

public TryAdd ( FrameworkElement control ) : bool
control System.Windows.FrameworkElement
Résultat bool