Click or drag to resize

PropertyDataSubType Enumeration

a more detailed information about the data type

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum PropertyDataSubType
Members
  Member nameValueDescription
None0 no sub-type is available
DependencyReference1 The reference is a dependency reference
SimpleReference2 The reference is a simple object reference
NativeReference3 The reference comes from a native C# object,
Query4 The reference list is the result of a query
Script5 Property is a script text
ColorWithoutAlpha6 A color without alpha channel
ColorWithAlpha7 A color including alpha channel
See Also