Table of Contents

Property SpecifiedAttributeCount

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SpecifiedAttributeCount

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.

int SpecifiedAttributeCount { get; }

Property Value

int