Namespace: DeltaEngine.Editor.EmulatorAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
public ObservableCollection<string> UIImagesInList { get; set; }
public ObservableCollection<string> UIImagesInList { get; set; }
Public Property UIImagesInList As ObservableCollection(Of String)
Get
Set
Public Property UIImagesInList As ObservableCollection(Of String)
Get
Set
public:
property ObservableCollection<String^>^ UIImagesInList {
ObservableCollection<String^>^ get ();
void set (ObservableCollection<String^>^ value);
}
public:
property ObservableCollection<String^>^ UIImagesInList {
ObservableCollection<String^>^ get ();
void set (ObservableCollection<String^>^ value);
}
member UIImagesInList : ObservableCollection<string> with get, set
member UIImagesInList : ObservableCollection<string> with get, set
Property Value
Type:
ObservableCollection String