Back to Devexpress

Book.ActiveAreaSize Property

wpf-devexpress-dot-xpf-dot-controls-dot-book-d496d11e.md

latest1.3 KB
Original Source

Book.ActiveAreaSize Property

Gets or sets the size of the active area within a page. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Size ActiveAreaSize { get; set; }
vb
Public Property ActiveAreaSize As Size

Property Value

TypeDescription
Size

A Size structure that represents the size of the active area within a page.

|

Remarks

When an end-user hovers the mouse pointer over the active area, a page’s corner is automatically turned up, indicating that this page can be turned over.

See Also

Book Class

Book Members

DevExpress.Xpf.Controls Namespace