Gets or sets whether literals are automatically skipped during text entry. If true, user input (and deletion) is automatically sent to the next edit position, so the user can type past literals; if false, the user must type or cursor over literals. The default is true. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool AutoSkipLiterals { get; set; }
Visual Basic (Declaration)
Public Property AutoSkipLiterals As Boolean

Remarks

Dependency Property Information
Identifier field AutoSkipLiteralsProperty
Metadata properties set to true None

See Also