'Declaration Public ReadOnly Property InteractionAreas As System.Collections.ObjectModel.ReadOnlyCollection(Of WpfInteractionArea)
public System.Collections.ObjectModel.ReadOnlyCollection<WpfInteractionArea> InteractionAreas { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<WpfInteractionArea*>* get_InteractionAreas();
public:
property System.Collections.ObjectModel.ReadOnlyCollection<WpfInteractionArea^>^ InteractionAreas { System.Collections.ObjectModel.ReadOnlyCollection<WpfInteractionArea^>^ get(); }