Enum StyleInfoPropertyOptions
Specifies the options for style properties.
Namespace: Syncfusion.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum StyleInfoPropertyOptions
Fields
Name | Description |
---|---|
All | All of the above. |
Cloneable | The property should be cloned when the parent style object is copied. |
CloneableAndDisposable | The property should be disposed when the parent style object is disposed and cloned when the parent style object is copied. |
Disposable | The property should be disposed when the parent style object is disposed. |
None | None. |
Serializable | The property supports serialization. |