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