[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgVisibility

SvgVisibility Enum

Specifies how the boxes generated by an element are rendered.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgVisibility
Public Enum SvgVisibility

Fields

Name Description
Collapse

Has the same meaning as 'hidden'.

Hidden

The generated box is invisible (fully transparent, nothing is drawn), but still affects layout.

Inherit

The property takes the same specified value as the property for the element's parent.

Visible

The generated box is visible.