ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectAttrSource Enumeration




In This Topic
    ImGearVectAttrSource Enumeration
    In This Topic
    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
    MemberValueDescription
    ACTUAL-1The actual value of attribute is used.
    BLOCK-2The attribue value is defined by the parent block.
    LAYER-3The attribute value is defined by the layer.
    NONE-1The 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