Paint.ShadowLayerColorLong Property

Definition

Returns the color of the shadow layer.

public virtual long ShadowLayerColorLong { [Android.Runtime.Register("getShadowLayerColorLong", "()J", "GetGetShadowLayerColorLongHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getShadowLayerColorLong", "()J", "GetGetShadowLayerColorLongHandler", ApiSince=29)>]
member this.ShadowLayerColorLong : int64

Property Value

the shadow layer's color encoded as a ColorLong.

Attributes

Remarks

Returns the color of the shadow layer.

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

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