[]
Gets or sets a value indicating how to show AMDesignator and PMDesignator. This is a dependency property.
public AmPmPattern Pattern { get; set; }
Public Property Pattern As AmPmPattern
Type | Description |
---|---|
AmPmPattern | An GrapeCity.Windows.InputMan.AmPmPattern value indicates the pattern. The default value is GrapeCity.Windows.InputMan.AmPmPattern.AmPmDesignator. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of AmPmPattern. |