다음을 통해 공유


Frame.OutlineColor Property

Definition

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

Applies to