Version

OnSizeChanged Method (LegendBase)

Called during layout when the size of this view has changed.
Syntax
protected override void OnSizeChanged( 
   int w,
   int h,
   int oldw,
   int oldh
)

Parameters

w
Current width of the view
h
Current height of the view
oldw
Previous width of the view
oldh
Previous height of the view
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also