Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgAttributeType Enumeration

In This Topic
    SvgAttributeType Enumeration
    In This Topic
    Specifies the type of an SVG attribute.
    Syntax
    'Declaration
     
    Public Enum SvgAttributeType 
       Inherits System.Enum
    public enum SvgAttributeType : System.Enum 
    Members
    MemberDescription
    CenterXThe 'cx' attribute.
    CenterYThe 'cy' attribute.
    ClassThe 'class' attribute.
    ClipThe 'clip' attribute.
    ClipPathThe 'clip-path' attribute.
    ClipPathUnitsThe 'clipPathUnits' attribute.
    ClipRuleThe 'clip-rule' attribute.
    ColorThe 'color' attribute.
    DisplayThe 'display' attribute.
    FillThe 'fill' attribute.
    FillOpacityThe 'fill-opacity' attribute.
    FillRuleThe 'fill-rule' attribute.
    FocalRadiusThe 'fr' attribute.
    FocalXThe 'fx' attribute.
    FocalYThe 'fy' attribute.
    FontThe 'font' attribute.
    FontFamilyThe 'font-family' attribute.
    FontKerningThe 'font-kerning' attribute.
    FontSizeThe 'font-size' attribute.
    FontSizeAdjustThe 'font-size-adjust' attribute.
    FontStretchThe 'font-stretch' attribute.
    FontStyleThe 'font-style' attribute.
    FontVariantThe 'font-variant' attribute.
    FontVariantCapsThe 'font-variant-caps' attribute.
    FontVariantEastAsianThe 'font-variant-east-asian' attribute.
    FontVariantLigaturesThe 'font-variant-ligatures' attribute.
    FontVariantNumericThe 'font-variant-numeric' attribute.
    FontVariantPositionThe 'font-variant-position' attribute.
    FontWeightThe 'font-weight' attribute.
    GlyphOrientationVerticalThe 'glyph-orientation-vertical' attribute.
    GradientTransformThe 'gradientTransform' attribute.
    GradientUnitsThe 'gradientUnits' attribute.
    HeightThe 'height' attribute.
    HrefThe 'href' attribute.
    IDThe 'id' attribute.
    ImageRenderingThe 'image-rendering' attribute.
    LangThe 'lang' attribute.
    LengthAdjustThe 'lengthAdjust' attribute.
    LetterSpacingThe 'letter-spacing' attribute.
    MarkerThe 'marker' attribute.
    MarkerEndThe 'marker-end' attribute.
    MarkerHeightThe 'markerHeight' attribute.
    MarkerMidThe 'marker-mid' attribute.
    MarkerStartThe 'marker-start' attribute.
    MarkerUnitsThe 'markerUnits' attribute.
    MarkerWidthThe 'markerWidth' attribute.
    MaxHeightThe 'max-height' attribute.
    MaxWidthThe 'max-width' attribute.
    MinHeightThe 'min-height' attribute.
    MinWidthThe 'min-width' attribute.
    OffsetThe 'offset' attribute.
    OpacityThe 'opacity' attribute.
    OrientAngleThe 'orient' attribute.
    OverflowThe 'overflow' attribute.
    PaintOrderThe 'paint-order' attribute.
    PathDataThe 'd' attribute.
    PathLengthThe 'pathLength' attribute.
    PatternContentUnitsThe 'patternContentUnits' attribute.
    PatternTransformThe 'patternTransform' attribute.
    PatternUnitsThe 'patternUnits' attribute.
    PointsThe 'points' attribute.
    PreserveAspectRatioThe 'preserveAspectRatio' attribute.
    RadiusThe 'r' attribute.
    RadiusXThe 'rx' attribute.
    RadiusYThe 'ry' attribute.
    RefXThe 'refX' attribute.
    RefYThe 'refY' attribute.
    ShapeRenderingThe 'shape-rendering' attribute.
    SpreadMethodThe 'spreadMethod' attribute.
    StopColorThe 'stop-color' attribute.
    StopOpacityThe 'stop-opacity' attribute.
    StrokeThe 'stroke' attribute.
    StrokeDashArrayThe 'stroke-dasharray' attribute.
    StrokeDashOffsetThe 'stroke-dashoffset' attribute.
    StrokeLineCapThe 'stroke-linecap' attribute.
    StrokeLineJoinThe 'stroke-linejoin' attribute.
    StrokeMiterLimitThe 'stroke-miterlimit' attribute.
    StrokeOpacityThe 'stroke-opacity' attribute.
    StrokeWidthThe 'stroke-width' attribute.
    SystemLanguageThe 'systemLanguage' attribute.
    TextAnchorThe 'text-anchor' attribute.
    TextDecorationThe 'text-decoration' attribute.
    TextDecorationLineThe 'text-decoration-line' attribute.
    TextDecorationStyleThe 'text-decoration-style' attribute.
    TextDirectionThe 'direction' attribute.
    TextDXThe 'dx' attribute of 'text' or 'tspan' elements.
    TextDYThe 'dy' attribute of 'text' or 'tspan' elements.
    TextLengthThe 'textLength' attribute.
    TextOrientationThe 'text-orientation' attribute.
    TextPathMethodThe 'method' attribute of the 'textPath' element.
    TextPathPathThe 'path' attribute of the 'textPath' element.
    TextPathSideThe 'side' attribute of the 'textPath' element.
    TextPathSpacingThe 'spacing' attribute of the 'textPath' element.
    TextPathStartOffsetThe 'startOffset' attribute of the 'textPath' element.
    TextRenderingThe 'text-rendering' attribute.
    TextRotateThe 'rotate' attribute of 'text' or 'tspan' elements.
    TextXThe 'x' attribute of 'text' or 'tspan' elements.
    TextYThe 'y' attribute of 'text' or 'tspan' elements.
    TransformThe 'transform' attribute.
    UnicodeBidiThe 'unicode-bidi' attribute.
    UnknownUnknown or unsupported attribute.
    ViewBoxThe 'viewBox' attribute.
    VisibilityThe 'visibility' attribute.
    WidthThe 'width' attribute.
    WordSpacingThe 'word-spacing' attribute.
    WritingModeThe 'writing-mode' attribute.
    XThe 'x' attribute.
    X1The 'x1' attribute.
    X2The 'x2' attribute.
    XLinkHrefThe 'xlink:href' attribute.
    XmlLangThe 'xml:lang' attribute.
    XmlSpaceThe 'xml:space' attribute.
    YThe 'y' attribute.
    Y1The 'y1' attribute.
    Y2The 'y2' attribute.
    Inheritance Hierarchy

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

    See Also