Freigeben über


PercentFormatter.IsDecimalPointAlwaysDisplayed Eigenschaft

Definition

Ruft ab oder legt fest, ob das Dezimaltrennzeichen des Prozentsatzes immer angezeigt werden soll.

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

Eigenschaftswert

Boolean

bool

True , wenn das Dezimaltrennzeichen des Prozentsatzes immer angezeigt werden soll, andernfalls false .

Implementiert

Gilt für: