SVGComponentUnit Class

Definition

Namespace: PCBI_SVG
Assembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class SVGComponentUnit : SVGComponent
Inheritance
Object    SVGComponent    SVGComponentUnit

Constructors

Fields

CompLabelEnum The label that should be drawn on the component(s)
(Inherited from SVGComponent)
Component The component that should be drawn
ComponentAlpha The Alpha (as a value between 0 and 1) of that specific component
ComponentColorBot Color of the component(s) on bottom
(Inherited from SVGComponent)
ComponentColorTop Color of the component(s) on top
(Inherited from SVGComponent)
ComponentOutlineColorBot Color of the component outline on bottom
(Inherited from SVGComponent)
ComponentOutlineColorTop Color of the component outline on top
(Inherited from SVGComponent)
DrawImage Draw the iamge layer of the component(s) if available
(Inherited from SVGComponent)
DrawLabel Draw the label on the component(s)
(Inherited from SVGComponent)
Layer The layer it should be drawn onto
MPNPackageSettings MPN Package settings for the component(s)
(Inherited from SVGComponent)
PinSettings Pin settings for the component(s)
(Inherited from SVGComponent)
PropertyName The property that should be used for the label
(Inherited from SVGComponent)
UseRealComponentColor Use the real color of the component(s) or the color set in the settings
(Inherited from SVGComponent)

See Also