EditableDocumentCss Property |
Returns a list of CSS resources
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic List<CssText> Css { get; }
Public ReadOnly Property Css As List(Of CssText)
Get
public:
property List<CssText^>^ Css {
List<CssText^>^ get ();
}
member Css : List<CssText> with get
Property Value
Type:
ListCssText
See Also