Version

EnsureStandardPropertiesForView Method (CellInfo)

Ensures that the standard properties for the view have been synchronized.
Syntax
public void EnsureStandardPropertiesForView( 
   Xamarin.Forms.View view,
   bool preferContentAlignment,
   bool forceUpdate
)

Parameters

view
The target view
preferContentAlignment
Indicates if aligning via the content should be preferred over text alignemnt settings.
forceUpdate
Whether the update should be forced regardless of dirty flags.
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