# SvgQRCode.SizingMode Enumeration Mode of sizing attribution on svg root node ## Definition **Namespace:** QRCoder.Core **Assembly:** QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294 **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public enum SizingMode ``` **C++** ``` C++ public enum class SizingMode ``` ## Members
WidthHeightAttribute 0  
ViewBoxAttribute 1  
## See Also #### Reference QRCoder.Core Namespace