How do I expose the ActualWidth property of one of the components of my user control to users?
ActualWidth
I have found plenty of examples of how to expose a normal
ActualWidth is a public readonly property (coming from FrameworkElement) and is exposed by default. What is the case that you are trying to achieve?
FrameworkElement