言語

GradientDrawable.Arc フィールド

定義

注意事項

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

図形は円弧です。

[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

フィールド値

Value = 4
属性

注釈

図形は円弧です。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象