Back to Devexpress

PdfCommentViewerSettings.CommentViewerStyle Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-ca6fd2c6.md

latest1.7 KB
Original Source

PdfCommentViewerSettings.CommentViewerStyle Property

Gets or sets a style applied to the attachments viewer. 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 CommentViewerStyle { get; set; }
vb
Public Property CommentViewerStyle As Style

Property Value

TypeDescription
Style

A Style object that contains style settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CommentViewerStyle
PdfViewerControl

.ActualCommentViewerSettings .CommentViewerStyle

| | PdfViewerControl |

.CommentViewerSettings .CommentViewerStyle

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace