Back to Devexpress

FrameDocumentUIService.PageAdornerControlStyle Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-framedocumentuiservice.md

latest1.4 KB
Original Source

FrameDocumentUIService.PageAdornerControlStyle Property

Gets or sets the style applied to a document’s container (a PageAdornerControl object). This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type : PageAdornerControl.

See Also

FrameDocumentUIService Class

FrameDocumentUIService Members

DevExpress.Xpf.WindowsUI.Navigation Namespace