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
SyntaxC#
Copy Code
|
|---|
public Stretch ImageStretch { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageStretch As Stretch |
A member of the Stretch enumeration.
See Also