ICssDataType
Leave feedback
On this page
Common interface for all CSS data types, which are used in the CSS properties
public interface ICssDataType : IEquatable<ICssDataType>
| Name | Description |
|---|---|
| IsDefault { get; } | Should define whether the current value of the data type is the default value for this specific data type (true) or not (false) |
| Name | Description |
|---|---|
| SerializeDefault() | Should return a default string representation of the current value of the data type |
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.