Class SvgConstants.Values
Class containing the constants for values appearing in SVG tags and attributes
public sealed class SvgConstants.Values
- Inheritance
-
SvgConstants.Values
- Inherited Members
Constructors
Values()
public Values()
Fields
AUTO
Value representing automatic orientation for the marker attribute orient.
public const string AUTO = "auto"
Field Value
AUTO_START_REVERSE
Value representing reverse automatic orientation for the start marker.
public const string AUTO_START_REVERSE = "auto-start-reverse"
Field Value
BUTT
Value representing the default value for the stroke linecap.
public const string BUTT = "butt"
Field Value
DEFAULT_ASPECT_RATIO
Value representing the default aspect ratio: xmidymid.
public const string DEFAULT_ASPECT_RATIO = "xmidymid"
Field Value
DEFER
Value representing how to preserve the aspect ratio when dealing with images.
public const string DEFER = "defer"
Field Value
FILL_RULE_EVEN_ODD
Value representing the fill rule "even odd".
public const string FILL_RULE_EVEN_ODD = "evenodd"
Field Value
FILL_RULE_NONZERO
Value representing the fill rule "nonzero".
public const string FILL_RULE_NONZERO = "nonzero"
Field Value
MEET
Value representing the meet for preserve aspect ratio calculations.
public const string MEET = "meet"
Field Value
NONE
Value representing the "none" value".
public const string NONE = "none"
Field Value
OBJECT_BOUNDING_BOX
Value representing the units relation "objectBoundingBox".
public const string OBJECT_BOUNDING_BOX = "objectBoundingBox"
Field Value
SLICE
The value representing slice for the preserve aspect ratio calculations;
public const string SLICE = "slice"
Field Value
SPREAD_METHOD_PAD
Value representing the gradient spread method "pad".
public const string SPREAD_METHOD_PAD = "pad"
Field Value
SPREAD_METHOD_REFLECT
Value representing the gradient spread method "reflect".
public const string SPREAD_METHOD_REFLECT = "reflect"
Field Value
SPREAD_METHOD_REPEAT
Value representing the gradient spread method "repeat".
public const string SPREAD_METHOD_REPEAT = "repeat"
Field Value
STROKEWIDTH
The value for markerUnits that represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width.
public const string STROKEWIDTH = "strokeWidth"
Field Value
TEXT_ANCHOR_END
Value representing the text-alignment end for text objects
public const string TEXT_ANCHOR_END = "end"
Field Value
TEXT_ANCHOR_MIDDLE
Value representing the text-alignment middle for text objects
public const string TEXT_ANCHOR_MIDDLE = "middle"
Field Value
TEXT_ANCHOR_START
Value representing the text-alignment start for text objects
public const string TEXT_ANCHOR_START = "start"
Field Value
USER_SPACE_ON_USE
Value representing the units relation "userSpaceOnUse".
public const string USER_SPACE_ON_USE = "userSpaceOnUse"
Field Value
VERSION1_1
public const string VERSION1_1 = "1.1"
Field Value
XMAX_YMAX
Value representing how to align when scaling.
public const string XMAX_YMAX = "xmaxymax"
Field Value
XMAX_YMID
Value representing how to align when scaling.
public const string XMAX_YMID = "xmaxymid"
Field Value
XMAX_YMIN
Value representing how to align when scaling.
public const string XMAX_YMIN = "xmaxymin"
Field Value
XMID_YMAX
Value representing how to align when scaling.
public const string XMID_YMAX = "xmidymax"
Field Value
XMID_YMID
Value representing how to align when scaling.
public const string XMID_YMID = "xmidymid"
Field Value
XMID_YMIN
Value representing how to align when scaling.
public const string XMID_YMIN = "xmidymin"
Field Value
XMIN_YMAX
Value representing how to align when scaling.
public const string XMIN_YMAX = "xminymax"
Field Value
XMIN_YMID
Value representing how to align when scaling.
public const string XMIN_YMID = "xminymid"
Field Value
XMIN_YMIN
Value representing how to align when scaling.
public const string XMIN_YMIN = "xminymin"