Back to Devexpress

PdfOutlinesViewerSettings.OutlinesViewerStyle Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfoutlinesviewersettings-3fb669d9.md

latest1.5 KB
Original Source

PdfOutlinesViewerSettings.OutlinesViewerStyle Property

Gets or sets a style applied to the outlines viewer contents. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public Style OutlinesViewerStyle { get; set; }
vb
Public Property OutlinesViewerStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OutlinesViewerStyle
PdfViewerControl

.OutlinesViewerSettings .OutlinesViewerStyle

|

See Also

PdfOutlinesViewerSettings Class

PdfOutlinesViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace