Method ShouldClipOverflow
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
ShouldClipOverflow()
Determines whether the overflow property requires clipping for the given element. Returns true if overflow is "hidden" or "scroll", false otherwise. This method resolves "inherit" values via CSS cascading.
protected bool ShouldClipOverflow()
Returns
- bool
True if clipping should be applied, false otherwise (for "visible", "inherit", etc.)