共用方式為


PermilleFormatter.IsDecimalPointAlwaysDisplayed 屬性

定義

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

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

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

屬性值

Boolean

bool

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

實作

適用於