FreeTextAnnotation.BackgroundColor Property

Definition

Returns the background color of the freetext annotation. -or- Sets the background color of the freetext annotation.

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

Property Value

The background color.

Attributes

Remarks

Property getter documentation:

Returns the background color of the freetext annotation.

Java documentation for android.graphics.pdf.component.FreeTextAnnotation.getBackgroundColor().

Property setter documentation:

Sets the background color of the freetext annotation.

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