The Page type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ApplyLayout(LayoutDefinition) | |
![]() | ApplyLayout(TileMode) | |
![]() | AutoConfigure | Configures this page in a default way.
|
![]() | AutoConfigure(Page) | Configures this page using settings from the specified source page.
|
![]() | Duplicate | Obsolete. Returns a copy of this Page intended to be attached
immediately.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVisualBounds(Visual) |
Gets the bounds of a visual in the user interface.
|
![]() | GetVisualBounds(Visual, Rectangle) |
Gets the bounds of a visual given a rectangle defining a visualization area.
|
![]() | GetVisualizationAreaSize |
Gets the size of the visualization area in the user interface.
|
![]() | RenderAsync |
Renders the page asynchronously to a PNG image with the specified settings.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetServiceTService |
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also