Class BehaviorAdditiveType
Specifies the additive type of property
Inheritance
System.Object
BehaviorAdditiveType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class BehaviorAdditiveType : Enum
Fields
Base
Specifies the behavior additive type is Base
Declaration
public const BehaviorAdditiveType Base
Field Value
Type |
---|
BehaviorAdditiveType |
Multiply
Specifies the behavior additive type is Multiply
Declaration
public const BehaviorAdditiveType Multiply
Field Value
Type |
---|
BehaviorAdditiveType |
None
Specifies the behavior additive type is None
Declaration
public const BehaviorAdditiveType None
Field Value
Type |
---|
BehaviorAdditiveType |
NotDefined
Specifies the behavior additive type is Not Defined
Declaration
public const BehaviorAdditiveType NotDefined
Field Value
Type |
---|
BehaviorAdditiveType |
Replace
Specifies the behavior additive type is Replace
Declaration
public const BehaviorAdditiveType Replace
Field Value
Type |
---|
BehaviorAdditiveType |
Sum
Specifies the behavior additive type is Sum
Declaration
public const BehaviorAdditiveType Sum
Field Value
Type |
---|
BehaviorAdditiveType |