ClipMode
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Determines how content that exceeds bounds is handled.
csharp
public enum ClipModeFields
Clip
Content that exceeds bounds is not rendered.
Returns: ClipMode
csharp
Clip = 0Overflow
Content is allowed to overflow (no clipping).
Returns: ClipMode
csharp
Overflow = 1