Class CustomCssPage
This example sets custom CSS with the PdfView
's property Css
in the XAML
In this case the custom css is a file loaded from the app's package
This section describes the possible sources for the CSS
https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/web-view#navigating-to-content
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
Windows.UI.Xaml.Controls.Page
CustomCssPage
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement
Namespace: Catalog.Views
Assembly: Catalog.dll
Syntax
public sealed class CustomCssPage : Page, IAnimationObject, IVisualElement
Constructors
CustomCssPage()
Declaration
public CustomCssPage()
Methods
InitializeComponent()
InitializeComponent()
Declaration
public void InitializeComponent()
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement