'Declaration Public Enum SvgVisibility Inherits System.Enum
public enum SvgVisibility : System.Enum
'Declaration Public Enum SvgVisibility Inherits System.Enum
public enum SvgVisibility : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgVisibility