Enum SvgAttributePodType
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Defines the type of SVG POD attribute to set or get.
D2D1_SVG_ATTRIBUTE_POD_TYPE
public enum SvgAttributePodType
Fields
Float = 0The attribute is a float.
Color = 1The attribute is a ColorRgba128Float.
FillMode = 2The attribute is a FillMode.
Display = 3The attribute is a SvgDisplay.
Overflow = 4The attribute is a SvgOverflow.
LineCap = 5The attribute is a SvgLineCap.
LineJoin = 6The attribute is a SvgLineJoin.
Visibility = 7The attribute is a SvgVisibility.
Matrix = 8The attribute is a Matrix3x2Float.
UnitType = 9The attribute is a SvgUnitType.
ExtendMode = 10The attribute is a ExtendMode.
PreserveAspectRatio = 11The attribute is a SvgPreserveAspectRatio.
ViewBox = 12The attribute is a SvgViewBox.
Length = 13The attribute is a SvgLength.