Gets or sets the actual y-coordinate of this header within the diagram.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double ActualY { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActualY As Double |
RemarksThe associated header presenter binds its Canvas.Top to this property.
See Also