Gets or sets a value indicating whether to clip the Image assigned to this node to fit into the shape's geometry.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ClipImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ClipImage As Boolean |
true to clip the Image, otherwise false; the default value if true.
See Also