PercentFormatter.IsDecimalPointAlwaysDisplayed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the decimal point of the percentage 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 = percentFormatter.isDecimalPointAlwaysDisplayed;
percentFormatter.isDecimalPointAlwaysDisplayed = boolean;
Public Property IsDecimalPointAlwaysDisplayed As Boolean
Property Value
Boolean
bool
True if the decimal point of the percentage should always be displayed, and false otherwise.