'Declaration Public Enum SvgOverflow Inherits System.Enum
public enum SvgOverflow : System.Enum
'Declaration Public Enum SvgOverflow Inherits System.Enum
public enum SvgOverflow : System.Enum
Member | Description |
---|---|
Auto | The behavior of the 'auto' value is user agent-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes. |
Hidden | Indicates that the content is clipped and that no scrolling user interface should be provided to view the content outside the clipping region. |
Inherit | Corresponds to the 'inherit' value. |
Scroll | Indicates that the content is clipped and that if the user agent uses a scrolling mechanism that is visible on the screen. |
Visible | Indicates that content is not clipped, i.e., it may be rendered outside the block box. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgOverflow