Class SVGMarkerElement
Il nome: Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)
L’interfaccia SVGMarkerElement corrisponde all’elemento “marker”.
[DOMObject]
[ComVisible(true)]
[DOMName("SVGMarkerElement")]
public class SVGMarkerElement : SVGElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGFitToViewBox
Inheritance
object ← DOMObject ← EventTarget ← Node ← Element ← SVGElement ← SVGMarkerElement
Implements
INotifyPropertyChanged , IEventTarget , IDisposable , IXPathNSResolver , IParentNode , IElementTraversal , IChildNode , IElementCSSInlineStyle , ISVGFitToViewBox
I membri ereditari
SVGElement.Id , SVGElement.OwnerSVGElement , SVGElement.ViewportElement , SVGElement.ClassName , SVGElement.Style , Element.GetAttributeNames() , Element.HasAttributes() , Element.GetAttribute(string) , Element.GetAttributeNS(string, string) , Element.SetAttribute(string, string) , Element.SetAttributeNS(string, string, string) , Element.RemoveAttribute(string) , Element.RemoveAttributeNS(string, string) , Element.HasAttribute(string) , Element.HasAttributeNS(string, string) , Element.ToggleAttribute(string) , Element.ToggleAttribute(string, bool) , Element.GetAttributeNode(string) , Element.SetAttributeNode(Attr) , Element.RemoveAttributeNode(Attr) , Element.GetAttributeNodeNS(string, string) , Element.SetAttributeNodeNS(Attr) , Element.GetElementsByTagName(string) , Element.GetElementsByTagNameNS(string, string) , Element.Remove() , Element.QuerySelectorAll(string) , Element.QuerySelector(string) , Element.AttachShadow(ShadowRootMode) , Element.GetElementsByClassName(string) , Element.Dispose(bool) , Element.ClassList , Element.LocalName , Element.NamespaceURI , Element.Prefix , Element.NodeName , Element.NodeType , Element.TagName , Element.Id , Element.ClassName , Element.TextContent , Element.Attributes , Element.FirstElementChild , Element.LastElementChild , Element.PreviousElementSibling , Element.NextElementSibling , Element.ChildElementCount , Element.Children , Element.InnerHTML , Element.OuterHTML , Element.ShadowRoot , Node.ELEMENT_NODE , Node.ATTRIBUTE_NODE , Node.TEXT_NODE , Node.CDATA_SECTION_NODE , Node.ENTITY_REFERENCE_NODE , Node.ENTITY_NODE , Node.PROCESSING_INSTRUCTION_NODE , Node.COMMENT_NODE , Node.DOCUMENT_NODE , Node.DOCUMENT_TYPE_NODE , Node.DOCUMENT_FRAGMENT_NODE , Node.NOTATION_NODE , Node.HasChildNodes() , Node.Normalize() , Node.CloneNode() , Node.CloneNode(bool) , Node.IsEqualNode(Node) , Node.IsSameNode(Node) , Node.LookupPrefix(string) , Node.LookupNamespaceURI(string) , Node.IsDefaultNamespace(string) , Node.InsertBefore(Node, Node) , Node.ReplaceChild(Node, Node) , Node.RemoveChild(Node) , Node.AppendChild(Node) , Node.Dispose(bool) , Node.ToString() , Node.NodeType , Node.LocalName , Node.NamespaceURI , Node.Prefix , Node.NodeName , Node.BaseURI , Node.OwnerDocument , Node.ParentNode , Node.ParentElement , Node.ChildNodes , Node.FirstChild , Node.LastChild , Node.PreviousSibling , Node.NextSibling , Node.NodeValue , Node.TextContent , EventTarget.AddEventListener(string, DOMEventHandler, bool) , EventTarget.AddEventListener(string, IEventListener) , EventTarget.AddEventListener(string, IEventListener, bool) , EventTarget.RemoveEventListener(string, DOMEventHandler, bool) , EventTarget.RemoveEventListener(string, IEventListener) , EventTarget.RemoveEventListener(string, IEventListener, bool) , EventTarget.DispatchEvent(Event) , EventTarget.Dispose() , EventTarget.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
SVG_MARKERUNITS_STROKEWIDTH
Il valore dell’attributo ‘markerUnits’ è ‘strokeWidth’.
[DOMName("SVG_MARKERUNITS_STROKEWIDTH")]
public const ushort SVG_MARKERUNITS_STROKEWIDTH = 2
Valore di campo
SVG_MARKERUNITS_UNKNOWN
Il tipo di unità di marcatore non è uno dei tipi predefiniti. è invalido cercare di definire un nuovo valore di questo tipo o cercare di cambiare un valore esistente a questo tipo.
[DOMName("SVG_MARKERUNITS_UNKNOWN")]
public const ushort SVG_MARKERUNITS_UNKNOWN = 0
Valore di campo
SVG_MARKERUNITS_USERSPACEONUSE
Il valore dell’attributo ‘markerUnits’ è ‘userSpaceOnUse’.
[DOMName("SVG_MARKERUNITS_USERSPACEONUSE")]
public const ushort SVG_MARKERUNITS_USERSPACEONUSE = 1
Valore di campo
SVG_MARKER_ORIENT_ANGLE
L’attributo “Oriente” ha un valore angolare.
[DOMName("SVG_MARKER_ORIENT_ANGLE")]
public const ushort SVG_MARKER_ORIENT_ANGLE = 2
Valore di campo
SVG_MARKER_ORIENT_AUTO
L’attributo “Oriente” ha valore “auto”.
[DOMName("SVG_MARKER_ORIENT_AUTO")]
public const ushort SVG_MARKER_ORIENT_AUTO = 1
Valore di campo
SVG_MARKER_ORIENT_UNKNOWN
L’orientamento del marchio non è uno dei tipi predefiniti. è invalido cercare di definire un nuovo valore di questo tipo o cercare di cambiare un valore esistente a questo tipo.
[DOMName("SVG_MARKER_ORIENT_UNKNOWN")]
public const ushort SVG_MARKER_ORIENT_UNKNOWN = 0
Valore di campo
Properties
MarkerHeight
Corrisponde all’attribuzione di “markerHeight” sull’elemento “marker” dato.
[DOMName("markerHeight")]
public SVGAnimatedLength MarkerHeight { get; }
Valore di proprietà
MarkerUnits
Corrisponde all’attribuzione di “markerUnits” sull’elemento “marker” dato. Uno dei tipi di unità Marker definiti su questa interfaccia.
[DOMName("markerUnits")]
public SVGAnimatedEnumeration MarkerUnits { get; }
Valore di proprietà
MarkerWidth
Corrisponde all’attribuzione di ‘markerWidth’ sull’elemento dato ‘marker’.
[DOMName("markerWidth")]
public SVGAnimatedLength MarkerWidth { get; }
Valore di proprietà
OrientAngle
Corrisponde all’attribuzione “orientale” sull’elemento “marker” dato.Se il marcatoreUnità è SVG_MARKER_ORIENT_ANGLE, il valore angolare per attribuire “orientale”; altrimenti, sarà impostato a zero.
[DOMName("orientAngle")]
public SVGAnimatedAngle OrientAngle { get; }
Valore di proprietà
OrientType
Corrisponde ad attribuire “orientamento” all’elemento “marker” dato. Uno dei tipi di orientamento Marker definiti su questa interfaccia.
[DOMName("orientType")]
public SVGAnimatedEnumeration OrientType { get; }
Valore di proprietà
PreserveAspectRatio
Corrisponde all’attribuzione di “reserveAspectRatio” sull’elemento dato.
public SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
Valore di proprietà
SVGAnimatedPreserveAspectRatio
REFX
Corrisponde all’attribuzione di “refX” sull’elemento “marker” dato.
[DOMName("refX")]
public SVGAnimatedLength RefX { get; }
Valore di proprietà
Riflessioni
Corrisponde all’attribuzione di “refY” sull’elemento “marker” dato.
[DOMName("refY")]
public SVGAnimatedLength RefY { get; }
Valore di proprietà
ViewBox
Corrisponde ad attribuire ‘viewBox’ sull’elemento dato.
public SVGAnimatedRect ViewBox { get; }
Valore di proprietà
Methods
SetOrientToAngle(Sviluppo)
Imposta il valore dell’attribuzione “orientale” all’angolo dato.
[DOMName("setOrientToAngle")]
public void SetOrientToAngle(SVGAngle angle)
Parameters
angle
SVGAngle
Il valore angolo da usare per attribuire ‘Oriente’.
Exceptions
Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Creato su un tentativo di cambiare il valore di un solo attributo di lettura.
SetOrientToAuto()
Imposta il valore dell’attribuzione “orientale” a “auto”.
[DOMName("setOrientToAuto")]
public void SetOrientToAuto()
Exceptions
Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Creato su un tentativo di cambiare il valore di un solo attributo di lettura.