Click or drag to resize
AB4D logo

ReaderSvgIsCorrectingNamesForWpf Property

Gets or sets a Boolean that specifies if the names are corrected so that they can be used in XAML. The following rule is applied in this case: name must start with a letter or underscore and can contain only letters, digits, or underscores. If true, then invalid characters are replaced with underscore. If false, then the NamedObjects dictionary contains unchanged names, but the GetXaml method still corrects the names. Default value is true (for backwards compatibility).

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool IsCorrectingNamesForWpf { get; set; }

Property Value

Type: Boolean
See Also