DecimalFormatter.IsDecimalPointAlwaysDisplayed Property

Definition

Gets or sets whether the decimal point of the number should always be displayed.

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

Property Value

Boolean

bool

True if the decimal point of the number should always be displayed, and false otherwise.

Implements

Applies to