Class IconEditor
Interaction logic for IconEditor.xaml
Inheritance
System.Object
IconEditor
Namespace: Simplic.Icon.UI
Assembly: Simplic.Icon.UI.dll
Syntax
public class IconEditor : RibbonBasedWindow
Constructors
| Improve this Doc View SourceIconEditor(String)
Declaration
public IconEditor(string searchText)
Parameters
Type | Name | Description |
---|---|---|
System.String | searchText |
Properties
| Improve this Doc View SourceSelectedIcon
Declaration
public IconViewModel SelectedIcon { get; }
Property Value
Type | Description |
---|---|
IconViewModel |
Methods
| Improve this Doc View SourceOnDelete(WindowDeleteEventArg)
Deletes selected icon.
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |