[]
Gets or sets whether to use the DecimalDigit property.
[Browsable(true)]
public bool UseDecimalDigit { get; set; }
<Browsable(True)>
Public Property UseDecimalDigit As Boolean
Type | Description |
---|---|
bool | A bool value, true to use the decimal digit; otherwise, false.
|