DiagramLite Programmer's Guide
ShapeNode.HorizontalImageAlignment Property
See Also
 





Gets or sets the horizontal alignment of the ShapeNode's image.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalImageAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalImageAlignment As HorizontalAlignment

 Property Value

One of the System.Windows.HorizontalAlignment enumeration values. The default is Stretch.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace