Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgVisibility Enumeration

In This Topic
    SvgVisibility Enumeration
    In This Topic
    Specifies how the boxes generated by an element are rendered.
    Syntax
    'Declaration
     
    Public Enum SvgVisibility 
       Inherits System.Enum
    public enum SvgVisibility : 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