ICSSStyleDeclaration.Length
ICSSStyleDeclaration.Length property
The read-only property returns an integer number of properties that have been explicitly set in this CSS declaration block. The range of valid indices is 0 to length-1 inclusive.
public int Length { get; }
Property Value
An integer that provides the number of styles explicitly set on the parent of the instance.
See Also
- interface ICSSStyleDeclaration
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML