HighlightAnnotation.Color Property

Definition

Returns the highlight color of the annotation. -or- Sets the highlight color of the annotation.

public Android.Graphics.Color Color { [Android.Runtime.Register("getColor", "()I", "", ApiSince=36)] get; [Android.Runtime.Register("setColor", "(I)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getColor", "()I", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setColor", "(I)V", "", ApiSince=36)>]
member this.Color : Android.Graphics.Color with get, set

Property Value

The highlight color.

Attributes

Remarks

Property getter documentation:

Returns the highlight color of the annotation.

Java documentation for android.graphics.pdf.component.HighlightAnnotation.getColor().

Property setter documentation:

Sets the highlight color of the annotation.

Java documentation for android.graphics.pdf.component.HighlightAnnotation.setColor(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