| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Location As PointF | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual PointF Location {get; set;} | |
Return Value
System.Drawing.PointF defined by X and Y float or Single values in inches.| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |
Note: Be sure that the section containing the control is sized to accommodate the location; otherwise the control may render in a hidden area.