SvgSymbolOptionsIdLowerCased Property

Gets or sets a value indicating whether to convert the id attribute to lowercase when converting <svg> tag to <symbol> tag or vice versa.

Default value is .

Definition

Namespace: DotMake.SvgSprite
Assembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
C#
public bool IdLowerCased { get; set; }

Property Value

Boolean

See Also