DataRepeaterItem.Anchor 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
'Declaração
<BrowsableAttribute(False)> _
Public Property Anchor As AnchorStyles
Get
Set
[BrowsableAttribute(false)]
public AnchorStyles Anchor { get; set; }
[BrowsableAttribute(false)]
public:
property AnchorStyles Anchor {
AnchorStyles get ();
void set (AnchorStyles value);
}
[<BrowsableAttribute(false)>]
member Anchor : AnchorStyles with get, set
function get Anchor () : AnchorStyles
function set Anchor (value : AnchorStyles)
Property Value
Type: System.Windows.Forms.AnchorStyles
An AnchorStyles enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace