Internal classes and interfaces for custom control development. #15932
Unanswered
richard-einfinity
asked this question in
General
Replies: 1 comment
-
I had the same thought. The pattern was compelling enough that I ended up creating a set of interfaces and element classes for my custom controls. For example: It was also a perfect place to add instrumentation. I suggest the Maui team consider making the pattern reusable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are several classes and interfaces that are used through the core control libraries IFontElement, FontElement, ITextElement, TextElement, ITextAlignmentElement, TextAlignmentElement to name a few.
It would be handy to have access to these for custom control development.
Was curious to what the reasoning is for these being internal or marked as non browsable.
Beta Was this translation helpful? Give feedback.
All reactions