Freigeben über


DecimalFormatter.IsDecimalPointAlwaysDisplayed Eigenschaft

Definition

Ruft ab oder legt fest, ob der Dezimalpunkt der Zahl 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 = decimalFormatter.isDecimalPointAlwaysDisplayed;
decimalFormatter.isDecimalPointAlwaysDisplayed = boolean;
Public Property IsDecimalPointAlwaysDisplayed As Boolean

Eigenschaftswert

Boolean

bool

True , wenn der Dezimalpunkt der Zahl immer angezeigt werden soll, andernfalls false .

Implementiert

Gilt für: