Northwoods.GoWPF 1.3.5 Assembly
VerticalContentAlignment Property
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : VerticalContentAlignment 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 VerticalContentAlignment As VerticalAlignment
C# 
public VerticalAlignment VerticalContentAlignment {get; set;}

Property Value

A value of VerticalAlignment.Stretch will not automatically scroll the diagram contents to be at the top, at the bottom, 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.