.NET Framework Class Library

PaginatedView.Orientation Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

PaginatedView.Orientation Property

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Property Orientation As ViewerOrientation
 Get
 Set

C#

public ViewerOrientation Orientation { getset; }

Visual C++

public:
virtual property ViewerOrientation Orientation {
 ViewerOrientation get () sealed;
 void set (ViewerOrientation valuesealed;
}

Implements

IPaginatedView.Orientation

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace