Click or drag to resize
AB4D logo

ReaderSvgSwitchElementProcessingTypes Enumeration

The SwitchElementsProcessingTypes enum defines the possible values for the SwitchElementsProcessingType property.

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public enum SwitchElementProcessingTypes
Members
  Member nameValueDescription
Disabled0 Svg switch element will not be imported.
ShowFirstDiscardOthers1 Only the first switch child will be imported. Other children will not be imported.
ShowFirstHideOthers2 All switch children will be imported. Only the first element will be shown. Other children will have their Visibility set to Hidden.
ShowFirstCollapseOthers3 All switch children will be imported. Only the first element will be shown. Other children will have their Visibility set to Collapsed.
ShowAll4 All switch children will be imported and shown.
See Also