Specifies sources of the entity attributes.
Syntax
__value public enum ImGearVectAttrSource : public System.Enum
public enum class ImGearVectAttrSource : public System.Enum
Members
Member | Description |
ACTUAL | The actual value of attribute is used. |
BLOCK | The attribue value is defined by the parent block. |
LAYER | The attribute value is defined by the layer. |
NONE | The actual value of attribute is used (same as ACTUAL ). |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectAttrSource
See Also