Class SVGFEBlendElement
Il nome: Aspose.Html.Dom.Svg.Filters Assemblaggio: Aspose.HTML.dll (25.4.0)
L’interfaccia SVGFEBlendElement corrisponde all’elemento “feBlend”.
[DOMObject]
[ComVisible(true)]
[DOMName("SVGFEBlendElement")]
public class SVGFEBlendElement : SVGElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, ISVGFilterPrimitiveStandardAttributes
Inheritance
object ← DOMObject ← EventTarget ← Node ← Element ← SVGElement ← SVGFEBlendElement
Implements
INotifyPropertyChanged , IEventTarget , IDisposable , IXPathNSResolver , IParentNode , IElementTraversal , IChildNode , IElementCSSInlineStyle , ISVGFilterPrimitiveStandardAttributes
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_FEBLEND_MODE_COLOR
Corrisponde al valore “colore”.
[DOMName("SVG_FEBLEND_MODE_COLOR")]
public const ushort SVG_FEBLEND_MODE_COLOR = 15
Valore di campo
SVG_FEBLEND_MODE_COLOR_BURN
Corrisponde al valore ‘color_burn’.
[DOMName("SVG_FEBLEND_MODE_COLOR_BURN")]
public const ushort SVG_FEBLEND_MODE_COLOR_BURN = 8
Valore di campo
SVG_FEBLEND_MODE_COLOR_DODGE
Corrisponde al valore ‘color_dodge’.
[DOMName("SVG_FEBLEND_MODE_COLOR_DODGE")]
public const ushort SVG_FEBLEND_MODE_COLOR_DODGE = 7
Valore di campo
SVG_FEBLEND_MODE_DARKEN
Corrisponde al valore ‘dark’.
[DOMName("SVG_FEBLEND_MODE_DARKEN")]
public const ushort SVG_FEBLEND_MODE_DARKEN = 4
Valore di campo
SVG_FEBLEND_MODE_DIFFERENCE
Corrisponde al valore di “differenza”.
[DOMName("SVG_FEBLEND_MODE_DIFFERENCE")]
public const ushort SVG_FEBLEND_MODE_DIFFERENCE = 11
Valore di campo
SVG_FEBLEND_MODE_EXCLUSION
Corrisponde al valore “esclusione”.
[DOMName("SVG_FEBLEND_MODE_EXCLUSION")]
public const ushort SVG_FEBLEND_MODE_EXCLUSION = 12
Valore di campo
SVG_FEBLEND_MODE_HARD_LIGHT
Corrisponde al valore ‘hard_light’.
[DOMName("SVG_FEBLEND_MODE_HARD_LIGHT")]
public const ushort SVG_FEBLEND_MODE_HARD_LIGHT = 9
Valore di campo
SVG_FEBLEND_MODE_HUE
Corrisponde al valore “Hue”.
[DOMName("SVG_FEBLEND_MODE_HUE")]
public const ushort SVG_FEBLEND_MODE_HUE = 13
Valore di campo
SVG_FEBLEND_MODE_LIGHTEN
Corrisponde al valore “luce”.
[DOMName("SVG_FEBLEND_MODE_LIGHTEN")]
public const ushort SVG_FEBLEND_MODE_LIGHTEN = 5
Valore di campo
SVG_FEBLEND_MODE_LUMINOSITY
Corrisponde al valore di “luminosità”.
[DOMName("SVG_FEBLEND_MODE_LUMINOSITY")]
public const ushort SVG_FEBLEND_MODE_LUMINOSITY = 16
Valore di campo
SVG_FEBLEND_MODE_MULTIPLY
Corrisponde al valore “multipli”.
[DOMName("SVG_FEBLEND_MODE_MULTIPLY")]
public const ushort SVG_FEBLEND_MODE_MULTIPLY = 2
Valore di campo
SVG_FEBLEND_MODE_NORMAL
Corrisponde al valore “normale”.
[DOMName("SVG_FEBLEND_MODE_NORMAL")]
public const ushort SVG_FEBLEND_MODE_NORMAL = 1
Valore di campo
SVG_FEBLEND_MODE_OVERLAY
Corrisponde al valore “overlay”.
[DOMName("SVG_FEBLEND_MODE_OVERLAY")]
public const ushort SVG_FEBLEND_MODE_OVERLAY = 6
Valore di campo
SVG_FEBLEND_MODE_SATURATION
Corrisponde al valore “saturazione”.
[DOMName("SVG_FEBLEND_MODE_SATURATION")]
public const ushort SVG_FEBLEND_MODE_SATURATION = 14
Valore di campo
SVG_FEBLEND_MODE_SCREEN
Corrisponde al valore “screen”.
[DOMName("SVG_FEBLEND_MODE_SCREEN")]
public const ushort SVG_FEBLEND_MODE_SCREEN = 3
Valore di campo
SVG_FEBLEND_MODE_SOFT_LIGHT
Corrisponde al valore ‘soft_light’.
[DOMName("SVG_FEBLEND_MODE_SOFT_LIGHT")]
public const ushort SVG_FEBLEND_MODE_SOFT_LIGHT = 10
Valore di campo
SVG_FEBLEND_MODE_UNKNOWN
Il tipo 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_FEBLEND_MODE_UNKNOWN")]
public const ushort SVG_FEBLEND_MODE_UNKNOWN = 0
Valore di campo
Properties
Height
Corrisponde all’attribuzione di “altezza” sull’elemento dato “filter”.
public SVGAnimatedLength Height { get; }
Valore di proprietà
In1
Corrisponde all’attribuzione di “in” sull’elemento dato “feBlend”.
[DOMName("in1")]
public SVGAnimatedString In1 { get; }
Valore di proprietà
In2
Corrisponde all’attribuzione di “in2” sull’elemento dato “feBlend”.
[DOMName("in2")]
public SVGAnimatedString In2 { get; }
Valore di proprietà
Mode
Corrisponde all’attribuzione di “mode” sull’elemento “feBlend” dato. prende una delle costanti SVG_FEBLEND_MODE_* definite su questa interfaccia.
[DOMName("mode")]
public SVGAnimatedEnumeration Mode { get; }
Valore di proprietà
Result
Corrisponde ad attribuire “resultato” all’elemento dato “filter”.
public SVGAnimatedString Result { get; }
Valore di proprietà
Width
Corrisponde all’attribuzione di “width” sull’elemento dato “filter”.
public SVGAnimatedLength Width { get; }
Valore di proprietà
X
Corrisponde all’attribuzione di ‘x’ sull’elemento dato ‘filter’.
public SVGAnimatedLength X { get; }
Valore di proprietà
Y
Corrisponde all’attribuzione di “y” sull’elemento dato “filter”.
public SVGAnimatedLength Y { get; }