alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SVG

    Contains the SVG DOM constants (element, attributes names, defined values...).

    Inheritance
    System.Object
    SVG
    Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public static class SVG : Object

    Fields

    ATTR_CLIP_PATH

    The name of "clip-path" attribute of SVG DOM.

    Declaration
    public const string ATTR_CLIP_PATH = "clip-path"
    Field Value
    Type
    System.String

    ATTR_CLIP_PATH_UNITS

    The name of "clipPathUnits" attribute of SVG DOM.

    Declaration
    public const string ATTR_CLIP_PATH_UNITS = "clipPathUnits"
    Field Value
    Type
    System.String

    ATTR_CLIP_RULE

    The name of "clip-rule" attribute of SVG DOM.

    Declaration
    public const string ATTR_CLIP_RULE = "clip-rule"
    Field Value
    Type
    System.String

    ATTR_CX

    The name of "cx" attribute of SVG DOM.

    Declaration
    public const string ATTR_CX = "cx"
    Field Value
    Type
    System.String

    ATTR_CY

    The name of "cy" attribute of SVG DOM.

    Declaration
    public const string ATTR_CY = "cy"
    Field Value
    Type
    System.String

    ATTR_DATA

    The name of "d" attribute of SVG DOM.

    Declaration
    public const string ATTR_DATA = "d"
    Field Value
    Type
    System.String

    ATTR_DX

    The name of "dx" attribute of SVG DOM.

    Declaration
    public const string ATTR_DX = "dx"
    Field Value
    Type
    System.String

    ATTR_DY

    The name of "dy" attribute of SVG DOM.

    Declaration
    public const string ATTR_DY = "dy"
    Field Value
    Type
    System.String

    ATTR_FILL

    The name of "fill" attribute of SVG DOM.

    Declaration
    public const string ATTR_FILL = "fill"
    Field Value
    Type
    System.String

    ATTR_FILL_FULE

    The name of "fill-rule" attribute of SVG DOM.

    Declaration
    public const string ATTR_FILL_FULE = "fill-rule"
    Field Value
    Type
    System.String

    ATTR_FILL_OPACITY

    The name of "fill-opacity" attribute of SVG DOM.

    Declaration
    public const string ATTR_FILL_OPACITY = "fill-opacity"
    Field Value
    Type
    System.String

    ATTR_FONT_FAMILY

    The name of "font-family" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_FAMILY = "font-family"
    Field Value
    Type
    System.String

    ATTR_FONT_SIZE

    The name of "font-size" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_SIZE = "font-size"
    Field Value
    Type
    System.String

    ATTR_FONT_SIZE_ADJUST

    The name of "font-size-adjust" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_SIZE_ADJUST = "font-size-adjust"
    Field Value
    Type
    System.String

    ATTR_FONT_STRETCH

    The name of "font-stretch" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_STRETCH = "font-stretch"
    Field Value
    Type
    System.String

    ATTR_FONT_STYLE

    The name of "font-style" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_STYLE = "font-style"
    Field Value
    Type
    System.String

    ATTR_FONT_VARIANT

    The name of "font-variant" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_VARIANT = "font-variant"
    Field Value
    Type
    System.String

    ATTR_FONT_WEIGHT

    The name of "font-weight" attribute of SVG DOM.

    Declaration
    public const string ATTR_FONT_WEIGHT = "font-weight"
    Field Value
    Type
    System.String

    ATTR_FX

    The name of "fx" attribute of SVG DOM.

    Declaration
    public const string ATTR_FX = "fx"
    Field Value
    Type
    System.String

    ATTR_FY

    The name of "fy" attribute of SVG DOM.

    Declaration
    public const string ATTR_FY = "fy"
    Field Value
    Type
    System.String

    ATTR_GRADIENT_TRANSFORM

    The name of "gradientTransform" attribute of SVG DOM.

    Declaration
    public const string ATTR_GRADIENT_TRANSFORM = "gradientTransform"
    Field Value
    Type
    System.String

    ATTR_GRADIENT_UNITS

    The name of "gradientUnits" attribute of SVG DOM.

    Declaration
    public const string ATTR_GRADIENT_UNITS = "gradientUnits"
    Field Value
    Type
    System.String

    ATTR_HEIGHT

    The name of "height" attribute of SVG DOM.

    Declaration
    public const string ATTR_HEIGHT = "height"
    Field Value
    Type
    System.String

    ATTR_HREF

    The name of "xlink:href" attribute of SVG DOM.

    Declaration
    public const string ATTR_HREF = "xlink:href"
    Field Value
    Type
    System.String

    ATTR_ID

    The name of "id" attribute of SVG DOM.

    Declaration
    public const string ATTR_ID = "id"
    Field Value
    Type
    System.String

    ATTR_IMAGE

    The name of "image" attribute of SVG DOM.

    Declaration
    public const string ATTR_IMAGE = "image"
    Field Value
    Type
    System.String

    ATTR_LENGTH_ADJUST

    The name of "LengthAdjust" attribute of SVG DOM.

    Declaration
    public const string ATTR_LENGTH_ADJUST = "LengthAdjust"
    Field Value
    Type
    System.String

    ATTR_OFFSET

    The name of "offset" attribute of SVG DOM.

    Declaration
    public const string ATTR_OFFSET = "offset"
    Field Value
    Type
    System.String

    ATTR_OPACITY

    The name of "opacity" attribute of SVG DOM.

    Declaration
    public const string ATTR_OPACITY = "opacity"
    Field Value
    Type
    System.String

    ATTR_PATTERN_CONTENT_UNITS

    The name of "patternContentUnits" attribute of SVG DOM.

    Declaration
    public const string ATTR_PATTERN_CONTENT_UNITS = "patternContentUnits"
    Field Value
    Type
    System.String

    ATTR_PATTERN_TRANSFORM

    The name of "patternTransform" attribute of SVG DOM.

    Declaration
    public const string ATTR_PATTERN_TRANSFORM = "patternTransform"
    Field Value
    Type
    System.String

    ATTR_PATTERN_UNITS

    The name of "patternUnits" attribute of SVG DOM.

    Declaration
    public const string ATTR_PATTERN_UNITS = "patternUnits"
    Field Value
    Type
    System.String

    ATTR_POINTS

    The name of "points" attribute of SVG DOM.

    Declaration
    public const string ATTR_POINTS = "points"
    Field Value
    Type
    System.String

    ATTR_PRESERVE_ASPECT_RATIO

    The name of "preserveAspectRatio" attribute of SVG DOM.

    Declaration
    public const string ATTR_PRESERVE_ASPECT_RATIO = "preserveAspectRatio"
    Field Value
    Type
    System.String

    ATTR_R

    The name of "r" attribute of SVG DOM.

    Declaration
    public const string ATTR_R = "r"
    Field Value
    Type
    System.String

    ATTR_ROTATE

    The name of "rotate" attribute of SVG DOM.

    Declaration
    public const string ATTR_ROTATE = "rotate"
    Field Value
    Type
    System.String

    ATTR_RX

    The name of "rx" attribute of SVG DOM.

    Declaration
    public const string ATTR_RX = "rx"
    Field Value
    Type
    System.String

    ATTR_RY

    The name of "cy" attribute of SVG DOM.

    Declaration
    public const string ATTR_RY = "ry"
    Field Value
    Type
    System.String

    ATTR_SHAPE_RENDERING

    The name of "shape-rendering" attribute of SVG DOM.

    Declaration
    public const string ATTR_SHAPE_RENDERING = "shape-rendering"
    Field Value
    Type
    System.String

    ATTR_SPREAD_METHOD

    The name of "spreadMethod" attribute of SVG DOM.

    Declaration
    public const string ATTR_SPREAD_METHOD = "spreadMethod"
    Field Value
    Type
    System.String

    ATTR_STOP_COLOR

    The name of "stop-color" attribute of SVG DOM.

    Declaration
    public const string ATTR_STOP_COLOR = "stop-color"
    Field Value
    Type
    System.String

    ATTR_STOP_OPACITY

    The name of "stop-opacity" attribute of SVG DOM.

    Declaration
    public const string ATTR_STOP_OPACITY = "stop-opacity"
    Field Value
    Type
    System.String

    ATTR_STROKE

    The name of "stroke" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE = "stroke"
    Field Value
    Type
    System.String

    ATTR_STROKE_DASHARRAY

    The name of "stroke-dasharray" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_DASHARRAY = "stroke-dasharray"
    Field Value
    Type
    System.String

    ATTR_STROKE_DASHOFFSET

    The name of "stroke-dashoffset" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_DASHOFFSET = "stroke-dashoffset"
    Field Value
    Type
    System.String

    ATTR_STROKE_LINECAP

    The name of "stroke-linecap" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_LINECAP = "stroke-linecap"
    Field Value
    Type
    System.String

    ATTR_STROKE_LINEJOIN

    The name of "stroke-linejoin" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_LINEJOIN = "stroke-linejoin"
    Field Value
    Type
    System.String

    ATTR_STROKE_MITERLIMIT

    The name of "stroke-miterlimit" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_MITERLIMIT = "stroke-miterlimit"
    Field Value
    Type
    System.String

    ATTR_STROKE_OPACITY

    The name of "stroke-opacity" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_OPACITY = "stroke-opacity"
    Field Value
    Type
    System.String

    ATTR_STROKE_WIDTH

    The name of "stroke-width" attribute of SVG DOM.

    Declaration
    public const string ATTR_STROKE_WIDTH = "stroke-width"
    Field Value
    Type
    System.String

    ATTR_STYLE

    The name of "style" attribute of SVG DOM.

    Declaration
    public const string ATTR_STYLE = "style"
    Field Value
    Type
    System.String

    ATTR_TEXT_DECORATION

    The name of "text-decoration" attribute of SVG DOM.

    Declaration
    public const string ATTR_TEXT_DECORATION = "text-decoration"
    Field Value
    Type
    System.String

    ATTR_TEXT_LENGTH

    The name of "textLength" attribute of SVG DOM.

    Declaration
    public const string ATTR_TEXT_LENGTH = "textLength"
    Field Value
    Type
    System.String

    ATTR_TRANSFORM

    The name of "transform" attribute of SVG DOM.

    Declaration
    public const string ATTR_TRANSFORM = "transform"
    Field Value
    Type
    System.String

    ATTR_VERSION

    The name of "version" attribute of SVG DOM.

    Declaration
    public const string ATTR_VERSION = "version"
    Field Value
    Type
    System.String

    ATTR_VIEW_BOX

    The name of "viewBox" attribute of SVG DOM.

    Declaration
    public const string ATTR_VIEW_BOX = "viewBox"
    Field Value
    Type
    System.String

    ATTR_WIDTH

    The name of "width" attribute of SVG DOM.

    Declaration
    public const string ATTR_WIDTH = "width"
    Field Value
    Type
    System.String

    ATTR_X

    The name of "x" attribute of SVG DOM.

    Declaration
    public const string ATTR_X = "x"
    Field Value
    Type
    System.String

    ATTR_X1

    The name of "x1" attribute of SVG DOM.

    Declaration
    public const string ATTR_X1 = "x1"
    Field Value
    Type
    System.String

    ATTR_X2

    The name of "x2" attribute of SVG DOM.

    Declaration
    public const string ATTR_X2 = "x2"
    Field Value
    Type
    System.String

    ATTR_Y

    The name of "y" attribute of SVG DOM.

    Declaration
    public const string ATTR_Y = "y"
    Field Value
    Type
    System.String

    ATTR_Y1

    The name of "y1" attribute of SVG DOM.

    Declaration
    public const string ATTR_Y1 = "y1"
    Field Value
    Type
    System.String

    ATTR_Y2

    The name of "y2" attribute of SVG DOM.

    Declaration
    public const string ATTR_Y2 = "y2"
    Field Value
    Type
    System.String

    NAME_CIRCLE

    The name of "circle" element of SVG DOM.

    Declaration
    public const string NAME_CIRCLE = "circle"
    Field Value
    Type
    System.String

    NAME_CLIP_PATH

    The name of "clipPath" element of SVG DOM.

    Declaration
    public const string NAME_CLIP_PATH = "clipPath"
    Field Value
    Type
    System.String

    NAME_DEFS

    The name of "defs" element of SVG DOM.

    Declaration
    public const string NAME_DEFS = "defs"
    Field Value
    Type
    System.String

    NAME_ELLIPSE

    The name of "ellipse" element of SVG DOM.

    Declaration
    public const string NAME_ELLIPSE = "ellipse"
    Field Value
    Type
    System.String

    NAME_ENTITY

    The name of "ENTITY" element of XML DOM.

    Declaration
    public const string NAME_ENTITY = "ENTITY"
    Field Value
    Type
    System.String

    NAME_G

    The name of "g" element of SVG DOM.

    Declaration
    public const string NAME_G = "g"
    Field Value
    Type
    System.String

    NAME_IMAGE

    The name of "image" element of SVG DOM.

    Declaration
    public const string NAME_IMAGE = "image"
    Field Value
    Type
    System.String

    NAME_LINE

    The name of "line" element of SVG DOM.

    Declaration
    public const string NAME_LINE = "line"
    Field Value
    Type
    System.String

    NAME_LINEAR_GRADIENT

    The name of "linearGradient" element of SVG DOM.

    Declaration
    public const string NAME_LINEAR_GRADIENT = "linearGradient"
    Field Value
    Type
    System.String

    NAME_PATH

    The name of "path" element of SVG DOM.

    Declaration
    public const string NAME_PATH = "path"
    Field Value
    Type
    System.String

    NAME_PATTERN

    The name of "pattern" element of SVG DOM.

    Declaration
    public const string NAME_PATTERN = "pattern"
    Field Value
    Type
    System.String

    NAME_POLYGON

    The name of "polygon" element of SVG DOM.

    Declaration
    public const string NAME_POLYGON = "polygon"
    Field Value
    Type
    System.String

    NAME_POLYLINE

    The name of "polyline" element of SVG DOM.

    Declaration
    public const string NAME_POLYLINE = "polyline"
    Field Value
    Type
    System.String

    NAME_RADIAL_GRADIENT

    The name of "radialGradient" element of SVG DOM.

    Declaration
    public const string NAME_RADIAL_GRADIENT = "radialGradient"
    Field Value
    Type
    System.String

    NAME_RECT

    The name of "rect" element of SVG DOM.

    Declaration
    public const string NAME_RECT = "rect"
    Field Value
    Type
    System.String

    NAME_STOP

    The name of "stop" element of SVG DOM.

    Declaration
    public const string NAME_STOP = "stop"
    Field Value
    Type
    System.String

    NAME_SVG

    The name of "svg" element of SVG DOM.

    Declaration
    public const string NAME_SVG = "svg"
    Field Value
    Type
    System.String

    NAME_TEXT

    The name of "text" element of SVG DOM.

    Declaration
    public const string NAME_TEXT = "text"
    Field Value
    Type
    System.String

    VALUE_100

    The "100" value.

    Declaration
    public const string VALUE_100 = "100"
    Field Value
    Type
    System.String

    VALUE_200

    The "200" value.

    Declaration
    public const string VALUE_200 = "200"
    Field Value
    Type
    System.String

    VALUE_300

    The "300" value.

    Declaration
    public const string VALUE_300 = "300"
    Field Value
    Type
    System.String

    VALUE_400

    The "400" value.

    Declaration
    public const string VALUE_400 = "400"
    Field Value
    Type
    System.String

    VALUE_500

    The "500" value.

    Declaration
    public const string VALUE_500 = "500"
    Field Value
    Type
    System.String

    VALUE_600

    The "600" value.

    Declaration
    public const string VALUE_600 = "600"
    Field Value
    Type
    System.String

    VALUE_700

    The "700" value.

    Declaration
    public const string VALUE_700 = "700"
    Field Value
    Type
    System.String

    VALUE_800

    The "800" value.

    Declaration
    public const string VALUE_800 = "800"
    Field Value
    Type
    System.String

    VALUE_900

    The "900" value.

    Declaration
    public const string VALUE_900 = "900"
    Field Value
    Type
    System.String

    VALUE_B

    The "b" value.

    Declaration
    public const string VALUE_B = "b"
    Field Value
    Type
    System.String

    VALUE_BEVEL

    The "bevel" value.

    Declaration
    public const string VALUE_BEVEL = "bevel"
    Field Value
    Type
    System.String

    VALUE_BOLD

    The "bold" value.

    Declaration
    public const string VALUE_BOLD = "bold"
    Field Value
    Type
    System.String

    VALUE_BOLDER

    The "bolder" value.

    Declaration
    public const string VALUE_BOLDER = "bolder"
    Field Value
    Type
    System.String

    VALUE_BUTT

    The "butt" value.

    Declaration
    public const string VALUE_BUTT = "butt"
    Field Value
    Type
    System.String

    VALUE_C

    The "C" value.

    Declaration
    public const string VALUE_C = "C"
    Field Value
    Type
    System.String

    VALUE_CM

    The "cm" value.

    Declaration
    public const string VALUE_CM = "cm"
    Field Value
    Type
    System.String

    VALUE_CONDENSED

    The "condensed" value.

    Declaration
    public const string VALUE_CONDENSED = "condensed"
    Field Value
    Type
    System.String

    VALUE_CRISP_EDGES

    The "crispEdges" value.

    Declaration
    public const string VALUE_CRISP_EDGES = "crispEdges"
    Field Value
    Type
    System.String

    VALUE_CX

    The "cx" value.

    Declaration
    public const string VALUE_CX = "cx"
    Field Value
    Type
    System.String

    VALUE_CY

    The "cy" value.

    Declaration
    public const string VALUE_CY = "cy"
    Field Value
    Type
    System.String

    VALUE_EM

    The "em" value.

    Declaration
    public const string VALUE_EM = "em"
    Field Value
    Type
    System.String

    VALUE_EVENODD

    The "evenodd" value.

    Declaration
    public const string VALUE_EVENODD = "evenodd"
    Field Value
    Type
    System.String

    VALUE_EX

    The "ex" value.

    Declaration
    public const string VALUE_EX = "ex"
    Field Value
    Type
    System.String

    VALUE_EXPANDED

    The "expanded" value.

    Declaration
    public const string VALUE_EXPANDED = "expanded"
    Field Value
    Type
    System.String

    VALUE_EXTRA_CONDENSED

    The "extra-condensed" value.

    Declaration
    public const string VALUE_EXTRA_CONDENSED = "extra-condensed"
    Field Value
    Type
    System.String

    VALUE_EXTRA_EXPANDED

    The "extra-expanded" value.

    Declaration
    public const string VALUE_EXTRA_EXPANDED = "extra-expanded"
    Field Value
    Type
    System.String

    VALUE_FX

    The "fx" value.

    Declaration
    public const string VALUE_FX = "fx"
    Field Value
    Type
    System.String

    VALUE_FY

    The "fy" value.

    Declaration
    public const string VALUE_FY = "fy"
    Field Value
    Type
    System.String

    VALUE_G

    The "g" value.

    Declaration
    public const string VALUE_G = "g"
    Field Value
    Type
    System.String

    VALUE_H

    The "H" value.

    Declaration
    public const string VALUE_H = "H"
    Field Value
    Type
    System.String

    VALUE_HEX_COLOR

    The "#" value.

    Declaration
    public const string VALUE_HEX_COLOR = "#"
    Field Value
    Type
    System.String

    VALUE_IMAGE_TYPE

    The "data:;base64," value.

    Declaration
    public const string VALUE_IMAGE_TYPE = "data:;base64,"
    Field Value
    Type
    System.String

    VALUE_IN

    The "in" value.

    Declaration
    public const string VALUE_IN = "in"
    Field Value
    Type
    System.String

    VALUE_ITALIC

    The "italic" value.

    Declaration
    public const string VALUE_ITALIC = "italic"
    Field Value
    Type
    System.String

    VALUE_L

    The "L" value.

    Declaration
    public const string VALUE_L = "L"
    Field Value
    Type
    System.String

    VALUE_LIGHTER

    The "lighter" value.

    Declaration
    public const string VALUE_LIGHTER = "lighter"
    Field Value
    Type
    System.String

    VALUE_M

    The "M" value.

    Declaration
    public const string VALUE_M = "M"
    Field Value
    Type
    System.String

    VALUE_MATRIX

    The "matrix" value.

    Declaration
    public const string VALUE_MATRIX = "matrix"
    Field Value
    Type
    System.String

    VALUE_MEDIUM

    The "medium" value.

    Declaration
    public const string VALUE_MEDIUM = "medium"
    Field Value
    Type
    System.String

    VALUE_MITER

    The "miter" value.

    Declaration
    public const string VALUE_MITER = "miter"
    Field Value
    Type
    System.String

    VALUE_MM

    The "mm" value.

    Declaration
    public const string VALUE_MM = "mm"
    Field Value
    Type
    System.String

    VALUE_NARROWER

    The "narrower" value.

    Declaration
    public const string VALUE_NARROWER = "narrower"
    Field Value
    Type
    System.String

    VALUE_NONE

    The "none" value.

    Declaration
    public const string VALUE_NONE = "none"
    Field Value
    Type
    System.String

    VALUE_NONZERO

    The "nonzero" value.

    Declaration
    public const string VALUE_NONZERO = "nonzero"
    Field Value
    Type
    System.String

    VALUE_NORMAL

    The "normal" value.

    Declaration
    public const string VALUE_NORMAL = "normal"
    Field Value
    Type
    System.String

    VALUE_OBJECT_BOUND_BOX

    The "objectBoundingBox" value.

    Declaration
    public const string VALUE_OBJECT_BOUND_BOX = "objectBoundingBox"
    Field Value
    Type
    System.String

    VALUE_OBLIQUE

    The "oblique" value.

    Declaration
    public const string VALUE_OBLIQUE = "oblique"
    Field Value
    Type
    System.String

    VALUE_PAD

    The "pad" value.

    Declaration
    public const string VALUE_PAD = "pad"
    Field Value
    Type
    System.String

    VALUE_PC

    The "pc" value.

    Declaration
    public const string VALUE_PC = "pc"
    Field Value
    Type
    System.String

    VALUE_PERCENT

    The "%" value.

    Declaration
    public const string VALUE_PERCENT = "%"
    Field Value
    Type
    System.String

    VALUE_PT

    The "pt" value.

    Declaration
    public const string VALUE_PT = "pt"
    Field Value
    Type
    System.String

    VALUE_PX

    The "px" value.

    Declaration
    public const string VALUE_PX = "px"
    Field Value
    Type
    System.String

    VALUE_Q

    The "Q" value.

    Declaration
    public const string VALUE_Q = "Q"
    Field Value
    Type
    System.String

    VALUE_R

    The "r" value.

    Declaration
    public const string VALUE_R = "r"
    Field Value
    Type
    System.String

    VALUE_REFLECT

    The "reflect" value.

    Declaration
    public const string VALUE_REFLECT = "reflect"
    Field Value
    Type
    System.String

    VALUE_REPEAT

    The "reflect" value.

    Declaration
    public const string VALUE_REPEAT = "repeat"
    Field Value
    Type
    System.String

    VALUE_RGB_COLOR

    The "rgb" value.

    Declaration
    public const string VALUE_RGB_COLOR = "rgb"
    Field Value
    Type
    System.String

    VALUE_ROTATE

    The "rotate" value.

    Declaration
    public const string VALUE_ROTATE = "rotate"
    Field Value
    Type
    System.String

    VALUE_ROUND

    The "round" value.

    Declaration
    public const string VALUE_ROUND = "round"
    Field Value
    Type
    System.String

    VALUE_SCALE

    The "scale" value.

    Declaration
    public const string VALUE_SCALE = "scale"
    Field Value
    Type
    System.String

    VALUE_SEMI_CONDENSED

    The "semi-condensed" value.

    Declaration
    public const string VALUE_SEMI_CONDENSED = "semi-condensed"
    Field Value
    Type
    System.String

    VALUE_SEMI_EXPANDED

    The "semi-expanded" value.

    Declaration
    public const string VALUE_SEMI_EXPANDED = "semi-expanded"
    Field Value
    Type
    System.String

    VALUE_SKEW_X

    The "skewX" value.

    Declaration
    public const string VALUE_SKEW_X = "skewX"
    Field Value
    Type
    System.String

    VALUE_SKEW_Y

    The "skewY" value.

    Declaration
    public const string VALUE_SKEW_Y = "skewY"
    Field Value
    Type
    System.String

    VALUE_SMALL_CAPS

    The "small-caps" value.

    Declaration
    public const string VALUE_SMALL_CAPS = "small-caps"
    Field Value
    Type
    System.String

    VALUE_SPACING

    The "spacing" value.

    Declaration
    public const string VALUE_SPACING = "spacing"
    Field Value
    Type
    System.String

    VALUE_SPACING_AND_GLYPHS

    The "spacingAndGlyphs" value.

    Declaration
    public const string VALUE_SPACING_AND_GLYPHS = "spacingAndGlyphs"
    Field Value
    Type
    System.String

    VALUE_SQUARE

    The "square" value.

    Declaration
    public const string VALUE_SQUARE = "square"
    Field Value
    Type
    System.String

    VALUE_TRANSLATE

    The "translate" value.

    Declaration
    public const string VALUE_TRANSLATE = "translate"
    Field Value
    Type
    System.String

    VALUE_ULTRA_CONDENSED

    The "ultra-condensed" value.

    Declaration
    public const string VALUE_ULTRA_CONDENSED = "ultra-condensed"
    Field Value
    Type
    System.String

    VALUE_ULTRA_EXPANDED

    The "ultra-expanded" value.

    Declaration
    public const string VALUE_ULTRA_EXPANDED = "ultra-expanded"
    Field Value
    Type
    System.String

    VALUE_UNDERLINE

    The "underline" value.

    Declaration
    public const string VALUE_UNDERLINE = "underline"
    Field Value
    Type
    System.String

    VALUE_URL

    The "url" value.

    Declaration
    public const string VALUE_URL = "url"
    Field Value
    Type
    System.String

    VALUE_USER_SPACE_ON_USE

    The "userSpaceOnUse" value.

    Declaration
    public const string VALUE_USER_SPACE_ON_USE = "userSpaceOnUse"
    Field Value
    Type
    System.String

    VALUE_V

    The "V" value.

    Declaration
    public const string VALUE_V = "V"
    Field Value
    Type
    System.String

    VALUE_WIDER

    The "wider" value.

    Declaration
    public const string VALUE_WIDER = "wider"
    Field Value
    Type
    System.String

    VALUE_Z

    The "Z" value.

    Declaration
    public const string VALUE_Z = "Z"
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved