The PrintPageTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PrintPageTemplate |
Initializes a new instance of a PrintPageTemplate.
|
Methods
Name | Description | |
---|---|---|
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
GetAnimationBaseValue |
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
OnApplyTemplate |
Builds the visual tree for the PrintPageTemplate control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ContentProperty |
Identifies the Content dependency property.
|
![]() ![]() |
FooterCenterProperty |
Identifies the FooterCenter dependency property.
|
![]() ![]() |
FooterLeftProperty |
Identifies the FooterLeft dependency property.
|
![]() ![]() |
FooterRightProperty |
Identifies the FooterRight dependency property.
|
![]() ![]() |
HeaderCenterProperty |
Identifies the HeaderCenter dependency property.
|
![]() ![]() |
HeaderLeftProperty |
Identifies the HeaderLeft dependency property.
|
![]() ![]() |
HeaderRightProperty |
Identifies the HeaderRight dependency property.
|
![]() ![]() |
MarginProperty |
Identifies the Margin dependency property.
|
![]() ![]() |
PaddingProperty |
Identifies the Padding dependency property.
|
![]() ![]() |
ShowFooterSeparatorProperty |
Identifies the ShowFooterSeparator dependency property.
|
![]() ![]() |
ShowHeaderSeparatorProperty |
Identifies the ShowHeaderSeparator dependency property.
|
![]() ![]() |
StretchProperty |
Identifies the Stretch dependency property.
|
Properties
Name | Description | |
---|---|---|
![]() |
Content |
Gets or sets the content of the page template.
|
![]() |
Dispatcher |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
FooterCenter |
Gets or sets the text for the footer on the center of the page template.
|
![]() |
FooterLeft |
Gets or sets the text for the footer on the left side of the page template.
|
![]() |
FooterRight |
Gets or sets the text for the footer on the right side of the page template.
|
![]() |
HeaderCenter |
Gets or sets the text for the header on the center of the page template.
|
![]() |
HeaderLeft |
Gets or sets the text for the header on the left side of the page template.
|
![]() |
HeaderRight |
Gets or sets the text for the header on the right side of the page template.
|
![]() |
Margin |
Gets or sets the margin of the page template.
|
![]() |
Padding |
Gets or sets the padding of the page template.
|
![]() |
ShowFooterSeparator |
Gets or sets a value indicating whether to show the footer separator or not.
|
![]() |
ShowHeaderSeparator |
Gets or sets a value indicating whether to show the header separator or not.
|
![]() |
Stretch |
Gets or sets the stretch mode of the page template.
|