Gets or sets a value indicating whether the contents of the host is clipped when outside of the host's bounds. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ClipContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ClipContent As Boolean |
true to clip the contents; otherwise, false.
See Also