HighlightAnnotation.Color Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.