ImageGear .NET - Updated
ImGearVectAttrSource Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectAttrSource Enumeration
Specifies sources of the entity attributes.
Syntax
'Declaration
 
Public Enum ImGearVectAttrSource 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectAttrSource
public enum ImGearVectAttrSource : System.Enum 
__value public enum ImGearVectAttrSource : public System.Enum 
public enum class ImGearVectAttrSource : public System.Enum 
Members
MemberDescription
ACTUALThe actual value of attribute is used.
BLOCKThe attribue value is defined by the parent block.
LAYERThe attribute value is defined by the layer.
NONEThe actual value of attribute is used (same as ACTUAL).
Remarks
Attribute sources are applicable to the draw color, fill color, line type, fill type and thickness.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectAttrSource

See Also

Reference

ImageGear.Vector Namespace