Overflow Enum
Overflow enumeration
Specifies the overflow behavior for SVG elements.
public enum Overflow
Values
Name | Value | Description |
---|---|---|
Visible | 0 | Content that exceeds the bounds of the element is visible. |
Hidden | 1 | Content that exceeds the bounds of the element is clipped and not visible. |
Scroll | 2 | Provides scrollbars for the content that exceeds the bounds of the element. |
Remarks
This enumeration controls how content that exceeds the bounds of an SVG element is displayed. It determines whether the excess content is visible, clipped, or provided with scrollbars.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG