Represents a unit in an Scalable Vector Graphics document.
[TypeConverter(typeof(SvgUnitConverter))]
public struct SvgUnit
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgUnit(SvgUnitType, Single)Initializes a new instance of the SvgUnit struct.SvgUnit(Single)Initializes a new instance of the SvgUnit struct.IsEmptyGets a value to determine whether the unit is empty.IsNoneGets whether this unit is none.TypeGets the SvgUnitType of unit.ValueGets the value of the unit.ToPercentage()Converts the current unit to a percentage, if applicable.Implicit(Single to SvgUnit)Performs an implicit conversion from Single to SvgUnit.