INumberFormatterOptions.IsDecimalPointAlwaysDisplayed 屬性

定義

取得或設定是否應該一律顯示數位的小數點。

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

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

屬性值

Boolean

bool

如果 應該一律顯示數位的小數點,則為 True,否則為 false

適用於