GradientDrawable.Arc Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Graphics.Drawables.ShapeType enum directly instead of this field.

A forma é um arco.

[Android.Runtime.Register("ARC", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.ShapeType enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.ShapeType Arc = 4;
[<Android.Runtime.Register("ARC", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.ShapeType enum directly instead of this field.", true)>]
val mutable Arc : Android.Graphics.Drawables.ShapeType

Valor do campo

Value = 4
Atributos

Comentários

A forma é um arco.

Java documentação para android.graphics.drawable.GradientDrawable.ARC.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a