Enum
RelativeTo

This enumeration is used to determine the pixel point of a corner. For example, imagine having a book Width=500 and Height=500. If we request the pixel point of the TopRight corner with respect to the Book, then the pixel point will be [500, 0]. If we request the pixel point of the TopRight corner with respect to the Page(the right page in this case), then the pixel point will be [250, 0], since 250 is half the width of the Book.

Definition

Namespace:Telerik.Windows.Controls.Book

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum RelativeTo

Fields

Book

With respect to the Book.

Declaration

cs-api-definition
Book = 0

Field Value

RelativeTo

Page

With respect to the Page.

Declaration

cs-api-definition
Page = 1

Field Value

RelativeTo

In this article
DefinitionFieldsBookPage
Not finding the help you need?
Contact Support