RenderWithAttribute Constructors

Definition

Overloads

RenderWithAttribute(Type)

The view to render.

RenderWithAttribute(Type, Type[])

RenderWithAttribute(Type)

The view to render.

public RenderWithAttribute (Type type);
new Xamarin.Forms.RenderWithAttribute : Type -> Xamarin.Forms.RenderWithAttribute

Parameters

type
Type

The view to render.

Remarks

The view to render.

Applies to

RenderWithAttribute(Type, Type[])

public RenderWithAttribute (Type type, Type[] supportedVisuals);
new Xamarin.Forms.RenderWithAttribute : Type * Type[] -> Xamarin.Forms.RenderWithAttribute

Parameters

type
Type
supportedVisuals
Type[]

Applies to