Enum BehaviorAdditiveType
Specifies the additive type of property
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum BehaviorAdditiveType
Fields
| Name | Description |
|---|---|
| Base | Specifies the behavior additive type is Base |
| Multiply | Specifies the behavior additive type is Multiply |
| None | Specifies the behavior additive type is None |
| NotDefined | Specifies the behavior additive type is Not Defined |
| Replace | Specifies the behavior additive type is Replace |
| Sum | Specifies the behavior additive type is Sum |