Gets or sets the position of this item relative to its parent element. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Location Location { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Location As Location |
An instance of the Location structure specifying the position of the item.
See Also