Battery.RemainingChargePercent Property

Definition

Gets a value that indicates the percentage of the charge remaining on the phone's battery.

public:
 property int RemainingChargePercent { int get(); };
int RemainingChargePercent();
public int RemainingChargePercent { get; }
var int32 = battery.remainingChargePercent;
Public ReadOnly Property RemainingChargePercent As Integer

Property Value

Int32

int

A value from 0 to 100 that indicates the percentage of the charge remaining on the phone's battery.

Applies to