Search
ShapeNode.ClipImage Property
See Also
 





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

 Syntax

C#  Copy Code

public bool ClipImage { get; set; }

Visual Basic  Copy Code

Public Property ClipImage As Boolean

 Property Value

true to clip the Image, otherwise false; the default value if true.

 See Also