NativeViewWrapper public class NativeViewWrapper : View Documentation Code public GetDesiredSizeDelegate GetDesiredSizeDelegate { get; } public View NativeView { get; } public OnLayoutDelegate OnLayoutDelegate { get; } public OnMeasureDelegate OnMeasureDelegate { get; } public NativeViewWrapper(View nativeView, GetDesiredSizeDelegate getDesiredSizeDelegate = null, OnLayoutDelegate onLayoutDelegate = null, OnMeasureDelegate onMeasureDelegate = null)