Entry.GetCursorColor Method

Definition

Overloads

GetCursorColor(BindableObject)

Gets the color of the cursor.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the color of the cursor.

GetCursorColor(BindableObject)

Gets the color of the cursor.

public:
 static Microsoft::Maui::Graphics::Color ^ GetCursorColor(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Graphics.Color GetCursorColor (Microsoft.Maui.Controls.BindableObject element);
static member GetCursorColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Function GetCursorColor (element As BindableObject) As Color

Parameters

element
BindableObject

The element whose cursor color to get.

Returns

The color of the cursor.

Applies to

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the color of the cursor.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::Color ^ GetCursorColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Entry ^> ^ config);
public static Microsoft.Maui.Graphics.Color GetCursorColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Entry> config);
static member GetCursorColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Entry> -> Microsoft.Maui.Graphics.Color
<Extension()>
Public Function GetCursorColor (config As IPlatformElementConfiguration(Of iOS, Entry)) As Color

Parameters

config
IPlatformElementConfiguration<iOS,Entry>

The platform configuration for the element whose cursor color to get.

Returns

The color of the cursor.

Applies to