Paint.Shader Property

Definition

Get the paint's shader object.

public virtual Android.Graphics.Shader? Shader { [Android.Runtime.Register("getShader", "()Landroid/graphics/Shader;", "GetGetShaderHandler")] get; }
[<get: Android.Runtime.Register("getShader", "()Landroid/graphics/Shader;", "GetGetShaderHandler")>]
member this.Shader : Android.Graphics.Shader

Property Value

the paint's shader (or null)

Attributes

Remarks

Get the paint's shader object.

Java documentation for android.graphics.Paint.getShader().

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