Partager via


PercentFormatter.FractionDigits Propriété

Définition

Obtient ou définit le nombre minimal de chiffres à afficher pour la partie fraction du pourcentage.

public:
 property int FractionDigits { int get(); void set(int value); };
int FractionDigits();

void FractionDigits(int value);
public int FractionDigits { get; set; }
var int32 = percentFormatter.fractionDigits;
percentFormatter.fractionDigits = int32;
Public Property FractionDigits As Integer

Valeur de propriété

Int32

int

Nombre minimal de chiffres à afficher.

Implémente

S’applique à