Search
ShapeNode.ImageStretch Property
See Also
 






Gets or sets a value that describes how the ShapeNode's image should be stretched to fill the destination rectangle. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Stretch ImageStretch { get; set; }

Visual Basic  Copy Code

Public Property ImageStretch As Stretch

 Property Value

A member of the Stretch enumeration.

 See Also