| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class LiteralSection Inherits SectionBase | |
| C# | |
|---|---|
public sealed class LiteralSection : SectionBase | |
A LiteralSection is created for each continous occurrences of literals in the mask.
Note: Typically there is no need for you to directly create or use sections. XamMaskedInput will automatically create and manage these objects based on the supplied mask.