Search
ShapeNode.HorizontalImageAlignment Property
See Also
 






Gets or sets the horizontal alignment of the ShapeNode's image. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalImageAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalImageAlignment As HorizontalAlignment

 Property Value

A member of the HorizontalAlignment enumeration.

 See Also