Inxton.Vortex.Presentation.Wpf
RenderableContentControl
RendenderableContentControl
is the component used for placing renderable content into the user interface. RendererableContentControl
can render TwinObject or PrimitiveTwins, these object come from the code created by the inxton.vortex.compiler.
How to place an auto-rendered control into UI
xmlns:vortex="http://vortex.mts/xaml"
<vortex:RenderableContentControl DataContext="{Binding TwinObject, Mode=OneWay}" PresentationType="Control"/>
Renderable objects (DataContext)
DataContext
of a RenderableContentControl
is the object that the rendering system will create and place into UI. The object that is assigned to the DataContext must be a TwinObject.
Need help?
๐งช Create an issue here
๐ซ We use mail too team@inxton.com
๐ค Contact us on Twitter @Inxton
๐ฝ Checkout our YouTube
๐ For more info check out our website INXTON.com
Contributing
We are more than happy to hear your feedback, ideas! Just submit it here
Developed with โฅ at MTS - putting the heart into manufacturing.