Specifies the side of a Book.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum BookSide
Visual Basic
Public Enumeration BookSide
Visual C++
public enum class BookSide

Members

Member nameValueDescription
Left0 The left hand side of the book.
Right1 The right hand side of the book.

See Also