ID2D1SvgElement::GetSpecifiedAttributeCount method
Returns the number of specified attributes on this element. Attributes are only considered specified if they are explicitly set on the element or present within an inline style. Properties that receive their value through CSS inheritance are not considered specified. An attribute can become specified if it is set through a method call. It can become unspecified if it is removed via RemoveAttribute.
Syntax
UINT32 GetSpecifiedAttributeCount();
Parameters
This method has no parameters.
Return value
Type: UINT32
Returns the number of specified attributes on this element.
Requirements
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: