SVGComponentSettings 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 SVGComponentSettings : SVGComponent
Inheritance
Object    SVGComponent    SVGComponentSettings

Constructors

Fields

AlphaFactor The opacity for the estimated alpha color. Range ]0]v[16.66, 54.76]v[100[. Use SVGDrawSettings to map any range to this range. The values between 16.66 and 54.76 are the mapping of the color loss in SELECT ONLY mode. Use 0 to remove the object completely or 100 to show the object in full color.
CompLabelEnum The label that should be drawn on the component(s)
(Inherited from SVGComponent)
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)
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)
SelectionModeEnum The selection mode that we want for the components
UseRealComponentColor Use the real color of the component(s) or the color set in the settings
(Inherited from SVGComponent)

See Also