Show / Hide Table of Contents

Class PageNumberIndicator

Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.UserControl
PageNumberIndicator
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement
Namespace: pdftron.PDF.Tools.Utilities
Assembly: pdftron.PDF.Tools.dll
Syntax
public sealed class PageNumberIndicator : UserControl, IDependencyObject, IDependencyObject2, IUIElement, IUIElement2, IUIElement3, IUIElement4, IUIElement5, IUIElement7, IUIElement8, IUIElement9, IUIElement10, IUIElementOverrides, IUIElementOverrides7, IUIElementOverrides8, IUIElementOverrides9, IAnimationObject, IVisualElement, IFrameworkElement, IFrameworkElement2, IFrameworkElement3, IFrameworkElement4, IFrameworkElement6, IFrameworkElement7, IFrameworkElementProtected7, IFrameworkElementOverrides, IFrameworkElementOverrides2, IControl, IControl2, IControl3, IControl4, IControl5, IControl7, IControlProtected, IControlOverrides, IControlOverrides6, IUserControl

Constructors

PageNumberIndicator()

Declaration
public PageNumberIndicator()

Properties

FadeAwayOverTime

Sets whether the page number indicator should fade away after TimeBeforeFading amount of time has passed

Declaration
public bool FadeAwayOverTime { set; }
Property Value
Type Description
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TimeBeforeFading

The amount of time to wait before fading the page number indicator away

Declaration
public TimeSpan TimeBeforeFading { get; set; }
Property Value
Type Description
Windows.Foundation.TimeSpan

Methods

Grow()

Use the larger page number indicator

Declaration
public void Grow()

Hide()

Hide the page number indicator

Declaration
public void Hide()

Show()

Show the page number indicator

Declaration
public void Show()

Shrink()

Use the smaller page number indicator

Declaration
public void Shrink()

Implements

Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement

Extension Methods

DependencyObjectExtensions.FindControls<T>(DependencyObject)
DependencyObjectExtensions.FindVisualChild<T>(DependencyObject)
DependencyObjectExtensions.FindControl<T>(UIElement, String)
In This Article
Back to top Generated by DocFX