Northwoods.GoWPF 1.3.5 Assembly
HorizontalContentAlignment Property
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : HorizontalContentAlignment Property

Gets or sets how the parts are positioned in the panel when the DiagramPanel.DiagramBounds width is smaller than the ViewportWidth.

Syntax

Visual Basic (Declaration) 
Public Property HorizontalContentAlignment As HorizontalAlignment
C# 
public HorizontalAlignment HorizontalContentAlignment {get; set;}

Property Value

A value of HorizontalAlignment.Stretch will not automatically scroll the diagram contents to be at the left, at the right, or centered. The standard ControlTemplate for Diagram uses a TemplateBinding to get this value from the Diagram.

Remarks

This value also affects how the DiagramPanel.Position changes as the DiagramPanel.Scale changes.

Requirements

See Also

© 2012 All Rights Reserved.