Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2244" />

.NET API 1,475,488 bytes

 Frame

An element containing a single child, with some framing options.
public static readonly BindableProperty BorderColorProperty

Backing store for the BorderColor property.

public static readonly BindableProperty CornerRadiusProperty

Backing store for the CornerRadius property.

public static readonly BindableProperty HasShadowProperty

Identifies the HasShadow bindable property.

public static readonly BindableProperty OutlineColorProperty

Identifies the OutlineColor bindable property.

public Color BorderColor { get; set; }

Gets or sets the border color for the frame.

public float CornerRadius { get; set; }

Gets or sets the corner radius of the frame.

public bool HasShadow { get; set; }

Gets or sets a flag indicating if the Frame has a shadow displayed. This is a bindable property.

public Color OutlineColor { get; set; }

Gets or sets the color of the border of the Frame. This is a bindable property.

public Frame()

Returns the platform-specific instance of this Frame, on which a platform-specific method may be called.