Compartir a través de


PercentFormatter.IsDecimalPointAlwaysDisplayed Propiedad

Definición

Obtiene o establece si siempre se debe mostrar el separador decimal del porcentaje.

public:
 property bool IsDecimalPointAlwaysDisplayed { bool get(); void set(bool value); };
bool IsDecimalPointAlwaysDisplayed();

void IsDecimalPointAlwaysDisplayed(bool value);
public bool IsDecimalPointAlwaysDisplayed { get; set; }
var boolean = percentFormatter.isDecimalPointAlwaysDisplayed;
percentFormatter.isDecimalPointAlwaysDisplayed = boolean;
Public Property IsDecimalPointAlwaysDisplayed As Boolean

Valor de propiedad

Boolean

bool

True si siempre se debe mostrar el separador decimal del porcentaje y false en caso contrario.

Implementaciones

Se aplica a