Class PropertyValueType
Specifies the value type of property effect
Inheritance
System.Object
PropertyValueType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class PropertyValueType : Enum
Fields
Color
Specifies the property value type is Color
Declaration
public const PropertyValueType Color
Field Value
Type |
---|
PropertyValueType |
NotDefined
Specifies the property value type is NotDefined
Declaration
public const PropertyValueType NotDefined
Field Value
Type |
---|
PropertyValueType |
Number
Specifies the property value type is Number
Declaration
public const PropertyValueType Number
Field Value
Type |
---|
PropertyValueType |
String
Specifies the property value type is String
Declaration
public const PropertyValueType String
Field Value
Type |
---|
PropertyValueType |