IXElementCreator interface

Represents the interface for custom elements' creators

public interface Korzh.EasyQuery.Wpf.IXElementCreator

Package: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WPF.dll

Properties

Name Type Description
TagName string Gets the tagName.

Methods

Name Type Description
Create() XElement Creates this instance.