The list of RegionData that have region information

Namespace: AppCan.wpf.Regions
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
List<RegionData> Regions { get; }
Visual Basic
ReadOnly Property Regions As List(Of RegionData)
	Get
Visual C++
property List<RegionData^>^ Regions {
	List<RegionData^>^ get ();
}

See Also