EmbeddedPhotoPickerFeatureInfo.Builder.SetAccentColor(Int64) Method
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.
Sets the accent color used by primary picker elements, such as the Done button, selected media icons, and tabs.
[Android.Runtime.Register("setAccentColor", "(J)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetAccentColor(long accentColor);
[<Android.Runtime.Register("setAccentColor", "(J)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)>]
member this.SetAccentColor : int64 -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder
Parameters
- accentColor
- Int64
The desired accent color. By default, primary element colors follow the device theme.
Returns
This builder.
- Attributes