Method SetAttributeValue
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
SetAttributeValue<T>(ISvgElement, string, SvgAttributePodType, in T)
public static void SetAttributeValue<T>(this ISvgElement svgElement, string name, SvgAttributePodType type, in T value) where T : unmanaged
Parameters
svgElement ISvgElement
name string
type SvgAttributePodType
value T
Type Parameters
T
SetAttributeValue(ISvgElement, string, float)
public static void SetAttributeValue(this ISvgElement svgElement, string name, float value)
Parameters
svgElement ISvgElement
name string
value float
SetAttributeValue(ISvgElement, string, ColorRgba128Float)
public static void SetAttributeValue(this ISvgElement svgElement, string name, ColorRgba128Float value)
Parameters
svgElement ISvgElement
name string
value ColorRgba128Float
SetAttributeValue(ISvgElement, string, FillMode)
public static void SetAttributeValue(this ISvgElement svgElement, string name, FillMode value)
Parameters
svgElement ISvgElement
name string
value FillMode
SetAttributeValue(ISvgElement, string, SvgDisplay)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgDisplay value)
Parameters
svgElement ISvgElement
name string
value SvgDisplay
SetAttributeValue(ISvgElement, string, SvgOverflow)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgOverflow value)
Parameters
svgElement ISvgElement
name string
value SvgOverflow
SetAttributeValue(ISvgElement, string, SvgLineJoin)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgLineJoin value)
Parameters
svgElement ISvgElement
name string
value SvgLineJoin
SetAttributeValue(ISvgElement, string, SvgLineCap)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgLineCap value)
Parameters
svgElement ISvgElement
name string
value SvgLineCap
SetAttributeValue(ISvgElement, string, SvgVisibility)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgVisibility value)
Parameters
svgElement ISvgElement
name string
value SvgVisibility
SetAttributeValue(ISvgElement, string, in Matrix3x2Float)
public static void SetAttributeValue(this ISvgElement svgElement, string name, in Matrix3x2Float value)
Parameters
svgElement ISvgElement
name string
value Matrix3x2Float
SetAttributeValue(ISvgElement, string, SvgUnitType)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgUnitType value)
Parameters
svgElement ISvgElement
name string
value SvgUnitType
SetAttributeValue(ISvgElement, string, ExtendMode)
public static void SetAttributeValue(this ISvgElement svgElement, string name, ExtendMode value)
Parameters
svgElement ISvgElement
name string
value ExtendMode
SetAttributeValue(ISvgElement, string, in SvgPreserveAspectRatio)
public static void SetAttributeValue(this ISvgElement svgElement, string name, in SvgPreserveAspectRatio value)
Parameters
svgElement ISvgElement
name string
value SvgPreserveAspectRatio
SetAttributeValue(ISvgElement, string, in SvgLength)
public static void SetAttributeValue(this ISvgElement svgElement, string name, in SvgLength value)
Parameters
svgElement ISvgElement
name string
value SvgLength
SetAttributeValue(ISvgElement, string, SvgViewBox)
public static void SetAttributeValue(this ISvgElement svgElement, string name, SvgViewBox value)
Parameters
svgElement ISvgElement
name string
value SvgViewBox