Reputation: 16959
I was the functionality of a UserControl but I want it to look like a bitmap. How can I do this in WPF?
Upvotes: 0
Views: 140
Reputation: 5003
You can do the following
UserControl
instead of UIElement
as it's parentMeasureCore
to MeasureOverride
I hope that will become the thing you need.
Upvotes: 1
Reputation: 184526
What about the Image
control? What exactly do you want? How does a bitmap look like? Can you write more than one sentence?
Upvotes: 1