Frame.OutlineColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
OutlineColor is obsolete as of version 3.0.0. Please use BorderColor instead.
Gets or sets the color of the border of the Frame. This is a bindable property.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("OutlineColor is obsolete as of version 3.0.0. Please use BorderColor instead.")]
public Xamarin.Forms.Color OutlineColor { get; set; }
member this.OutlineColor : Xamarin.Forms.Color with get, set
Property Value
A Color representing the border Color. Default is Default.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute