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
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |