DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgUnitType Enumeration

SvgUnitType Enumeration
Defines the coordinate system for coordinate attributes.
Syntax
'Declaration
 
Public Enum SvgUnitType 
   Inherits System.Enum
 
Members
MemberDescription
ObjectBoundingBoxThe user coordinate system for attributes is established using the bounding box of the element.
UserSpaceOnUseCoordinates are in the system that results from taking the current user coordinate system in place at the time when the element is referenced.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgUnitType

See Also