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