| CounterSeparator Property |
This attribute is used for the separator of the nested counters.
Namespace: Aspose.Svg.Dom.CssAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic string Separator { get; }Public ReadOnly Property Separator As String
Get
public:
property String^ Separator {
String^ get ();
}member Separator : string with get
Property Value
Type:
String
The counter separator.
See Also