Aracılığıyla paylaş


GradientDrawable.Thickness Property

Definition

Return the thickness of the ring -or- Configure the thickness of the ring.

public virtual int Thickness { [Android.Runtime.Register("getThickness", "()I", "GetGetThicknessHandler", ApiSince=29)] get; [Android.Runtime.Register("setThickness", "(I)V", "GetSetThickness_IHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getThickness", "()I", "GetGetThicknessHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setThickness", "(I)V", "GetSetThickness_IHandler", ApiSince=29)>]
member this.Thickness : int with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Return the thickness of the ring

Java documentation for android.graphics.drawable.GradientDrawable.getThickness().

Property setter documentation:

Configure the thickness of the ring.

Java documentation for android.graphics.drawable.GradientDrawable.setThickness(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to