ClassPagesUILayer
Class
Represents the user interface layer for handling pages in RadRichTextBox, providing functionality for rendering and interacting with document pages.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PagesUILayer : ProviderUILayerBase, IUILayer
Inheritance: objectProviderUILayerBasePagesUILayer
Implements:
Inherited Members
Constructors
PagesUILayer()
Declaration
cs-api-definition
public PagesUILayer()
Properties
Name
Gets or sets the name of the Pages UI Layer.
Declaration
cs-api-definition
public override string Name { get; }
Property Value
A string representing the name of the Pages UI Layer.
Overrides
ShouldClip
Determines whether the current page UI layer should be clipped based on its dimensions and parameters.
Declaration
cs-api-definition
public override bool ShouldClip { get; }
Property Value
Overrides
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
Overrides
GetAssociatedUIProvider(SectionLayoutBox)
Declaration
cs-api-definition
protected PageUIProvider GetAssociatedUIProvider(SectionLayoutBox sectionBox)
Parameters
sectionBox
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides