Enum StyleModifyType
StyleModifyType defines style operations for ModifyStyle(IStyleInfo, StyleModifyType).
Namespace: Syncfusion.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum StyleModifyType
Fields
Name | Description |
---|---|
ApplyNew | Copies only properties that have not been initialized in the target style object. |
Changes | Copies and resets all properties in the target style when the property has been marked as changed in the source style. |
Copy | Copies all properties and resets properties in the target style. |
Exclude | Resets properties in the target style that have been marked as initialized in the source style. |
Override | Copies all initialized properties. |
Remove | Clears out all properties. |