[]
Gets or sets a value indicating whether show leading zero. This is a dependency property.
public bool ShowLeadingZero { get; set; }
Public Property ShowLeadingZero As Boolean
Type | Description |
---|---|
bool | true if show leading zero; otherwise, false. The default value is true. |
This property will add some "0" as place holder on left padding. When current value is "1", if this property is true, it will show "0001" as display text.