Click or drag to resize
CanvasSvgNamedElement Methods

The CanvasSvgNamedElement type exposes the following members.

Methods
  NameDescription
Public methodAppendChild
[Win10_15063] Appends a child element to this element.
Public methodCreateAndAppendNamedChildElement
[Win10_15063] Creates a new named element and appends it to this element's children.
Public methodCreateAndAppendTextChildElement
[Win10_15063] Creates a new text element and appends it to this element's children.
Public methodDispose
[Win10_15063] Releases all resources used by the CanvasSvgNamedElement.
Public methodGetAspectRatioAttribute
[Win10_15063] Gets an aspect ratio attribute, retrieving both the alignment and scaling.
Public methodGetAttribute
[Win10_15063] Gets an object attribute.
Public methodGetCapStyleAttribute
[Win10_15063] Gets a cap style attribute.
Public methodGetColorAttribute
[Win10_15063] Gets a color attribute.
Public methodGetDisplayAttribute
[Win10_15063] Gets a display attribute.
Public methodGetEdgeBehaviorAttribute
[Win10_15063] Gets an edge behavior attribute.
Public methodGetFilledRegionDeterminationAttribute
[Win10_15063] Gets a filled region determination attribute.
Public methodGetFloatAttribute
[Win10_15063] Gets a float attribute.
Public methodGetIdAttribute
[Win10_15063] Gets an ID attribute.
Public methodGetLengthAttribute
[Win10_15063] Gets a length attribute, where both a value and the type of units that value is in are retrieved.
Public methodGetLineJoinAttribute
[Win10_15063] Gets a line join attribute.
Public methodGetNextSibling
[Win10_15063] Gets the next sibling of the specified element, or null if there is no next sibling.
Public methodGetOverflowAttribute
[Win10_15063] Gets an overflow attribute.
Public methodGetPreviousSibling
[Win10_15063] Gets the previous sibling of the specified element, or null if there is no previous sibling.
Public methodGetRectangleAttribute
[Win10_15063] Gets a rectangle attribute.
Public methodGetStringAttribute
[Win10_15063] Gets a string attribute.
Public methodGetTransformAttribute
[Win10_15063] Gets a transform attribute.
Public methodGetUnitsAttribute
[Win10_15063] Gets a units attribute.
Public methodGetVisibilityAttribute
[Win10_15063] Gets a visibility attribute.
Public methodInsertChildBefore
[Win10_15063] Inserts a child before the specified child.
Public methodIsAttributeSpecified(String)
[Win10_15063] Returns whether an attribute was specified for this element.
Public methodIsAttributeSpecified(String, Boolean)
[Win10_15063] Returns whether an attribute was specified for this element.
Public methodRemoveAttribute
[Win10_15063] Removes the specified attribute from this element.
Public methodRemoveChild
[Win10_15063] Removes the a child from this element.
Public methodReplaceChild
[Win10_15063] Replaces a child of this element.
Public methodSetAspectRatioAttribute
[Win10_15063] Sets an aspect ratio attribute, which consists of alignment and scaling.
Public methodSetAttribute
[Win10_15063] Sets an object attribute.
Public methodSetCapStyleAttribute
[Win10_15063] Sets a cap style attribute.
Public methodSetColorAttribute
[Win10_15063] Sets a color attribute.
Public methodSetDisplayAttribute
[Win10_15063] Sets a display attribute.
Public methodSetEdgeBehaviorAttribute
[Win10_15063] Sets an edge behavior attribute.
Public methodSetFilledRegionDeterminationAttribute
[Win10_15063] Sets a filled region determination attribute.
Public methodSetFloatAttribute
[Win10_15063] Sets a float attribute.
Public methodSetIdAttribute
[Win10_15063] Sets an ID attribute.
Public methodSetLengthAttribute
[Win10_15063] Sets a length attribute, specifying both a value and what type of units that value is in.
Public methodSetLineJoinAttribute
[Win10_15063] Sets a line join attribute.
Public methodSetOverflowAttribute
[Win10_15063] Sets an overflow attribute.
Public methodSetRectangleAttribute
[Win10_15063] Sets a rectangle attribute.
Public methodSetStringAttribute
[Win10_15063] Sets a string attribute.
Public methodSetTransformAttribute
[Win10_15063] Sets a transform attribute.
Public methodSetUnitsAttribute
[Win10_15063] Sets a units attribute.
Public methodSetVisibilityAttribute
[Win10_15063] Sets a visibility attribute.
Top
See Also