Share via


Battery.State Property

Definition

Gets the charging state of the device.

public:
 static property Microsoft::Maui::Devices::BatteryState State { Microsoft::Maui::Devices::BatteryState get(); };
public static Microsoft.Maui.Devices.BatteryState State { get; }
static member State : Microsoft.Maui.Devices.BatteryState
Public Shared ReadOnly Property State As BatteryState

Property Value

Battery state, or unknown.

Applies to