WPF with C# only?
hi,
can i work with the WPF using C# only (without xaml)?
if i want to create all of my shapes in the code (without using design software) why i need xaml?
hi,
can i work with the WPF using C# only (without xaml)?
if i want to create all of my shapes in the code (without using design software) why i need xaml?
Yes. (There might be some limitations that I don't know of)
But I think it's a theoretical situation, as you wouldn't make an entire Windows-forms applications without using the designer.
XAML offers a chance to separate UI and Business logic. But you can choose not to use it.
Best regards,
Thomas Andersen
the problem is that i want to write 3d app and as far as i know the designer dot not support 3d view so i dont need the designer...
thanks,
but i dont want to work with prepared 3d objects, the objects are creating in run time dynamicly by the app. so i want to create them in c# instead of working with xaml.
(of course i'm talking about simple shaps like square and triangle)
is it possible?
sorry, i'll rephrase my post, how can i create simple 3d shaps in C# in run time? (color, shape ect'...)
how can i give them there location on the screen (3d location)?
and one more thing, can i create 3d shape (transparent or half-transparent ) that contain another 3d shaps (so when the "big" shape in moving the "small" shaps will move to)?
thanks,
omri