DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgVisibility Enumeration

SvgVisibility Enumeration
Specifies how the boxes generated by an element are rendered.
Syntax
'Declaration
 
Public Enum SvgVisibility 
   Inherits System.Enum
 
Members
MemberDescription
CollapseHas the same meaning as 'hidden'.
HiddenThe generated box is invisible (fully transparent, nothing is drawn), but still affects layout.
InheritThe property takes the same specified value as the property for the element's parent.
VisibleThe generated box is visible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgVisibility

See Also