BrowserLaunchOptions.PreferredControlColor Property

Definition

Gets or sets the preferred color of the controls on the in-app browser.

public:
 property Microsoft::Maui::Graphics::Color ^ PreferredControlColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color? PreferredControlColor { get; set; }
member this.PreferredControlColor : Microsoft.Maui.Graphics.Color with get, set
Public Property PreferredControlColor As Color

Property Value

Gets the color for controls.

Remarks

This setting only applies to iOS.

Applies to