Share via


BatteryInfoChangedEventArgs.State Property

Definition

Gets the charging state of the device.

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

Property Value

Battery state, or unknown.

Applies to