Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.ContentView Xamarin.Forms.IElementConfiguration<Xamarin.Forms.Frame> Xamarin.Forms.ContentProperty("Content") Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._FrameRenderer)) An element containing a single child, with some framing options. Frame have a default of 20. The following example shows how to construct a new Frame with an Outline color. XAML for Xamarin.Forms supports the following properties for the class: Property Value HasShadow true or false, to indicate whether to show a shadow effect where the platform supports it. OutlineColor A color specification, with or without the prefix, "Color". For example, "Color.Red" and "Red" both specify the color red. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the Frame class. A Frame has a default of 20. Property 2.0.0.0 System.Single Gets or sets the corner radius of the frame. To be added. To be added. Field 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets a flag indicating if the Frame has a shadow displayed. This is a bindable property. A indicating whether or not the Frame has a shadow. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the HasShadow bindable property. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.Frame> Xamarin.Forms.IConfigPlatform To be added. Returns the platform-specific instance of this , on which a platform-specific method may be called. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the color of the border of the Frame. This is a bindable property. A representing the border Color. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the OutlineColor bindable property.