다음을 통해 공유


DataRepeaterItem.Location Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

‘선언
<BrowsableAttribute(False)> _
Public Property Location As Point
    Get
    Set
[BrowsableAttribute(false)]
public Point Location { get; set; }
[BrowsableAttribute(false)]
public:
property Point Location {
    Point get ();
    void set (Point value);
}
[<BrowsableAttribute(false)>]
member Location : Point with get, set
function get Location () : Point
function set Location (value : Point)

Property Value

Type: System.Drawing.Point
A Point that represents the location.

.NET Framework Security

See Also

Reference

DataRepeaterItem Class

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)