Search
TreeViewItem.ImageStretch Property
See Also
 






Gets or sets an Stretch value specifying how the image should be stretched.

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