Class PropertyCalcModeType
Specifies the calcMode type of property effect
Inheritance
System.Object
PropertyCalcModeType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class PropertyCalcModeType : Enum
Fields
Discrete
Specifies the property calcMode type is Discrete
Declaration
public const PropertyCalcModeType Discrete
Field Value
Type |
---|
PropertyCalcModeType |
Formula
Specifies the property calcMode type is Formula
Declaration
public const PropertyCalcModeType Formula
Field Value
Type |
---|
PropertyCalcModeType |
Linear
Specifies the property calcMode type is Linear
Declaration
public const PropertyCalcModeType Linear
Field Value
Type |
---|
PropertyCalcModeType |
NotDefined
Specifies the property calcMode type is NotDefined
Declaration
public const PropertyCalcModeType NotDefined
Field Value
Type |
---|
PropertyCalcModeType |