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