| CSSValueListLength Property |
The number of CSSValues in the list.
Namespace: Aspose.Svg.Dom.CssAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic int Length { get; }Public ReadOnly Property Length As Integer
Get
public:
virtual property int Length {
int get () sealed;
}abstract Length : int with get
override Length : int with get
Property Value
Type:
Int32Implements
ICSSValueListLength
See Also