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