RegionCollectionItem(String) Property
Gets a
Region object of specified Name.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public Region this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As Region
Get
- key String
- Name of Region to get.
RegionA
Region object of specified Name.