.NET Framework Class Library

PaginatedView.OnSizeAllocated Method

<< Click to Display Table of Contents >>

.NET Framework Class Library

PaginatedView.OnSizeAllocated Method

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Protected Overrides Sub OnSizeAllocated ( _
 width As Double, _
 height As Double _
)

C#

protected override void OnSizeAllocated(
 double width,
 double height
)

Visual C++

protected:
virtual void OnSizeAllocated(
 double width,
 double height
override

Parameters

width

Type: System.Double

height

Type: System.Double

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace