Closed Strypper closed 1 year ago
Instead of using code editor to display the code, we use the Label for richer color options, this will support many type of programming languages and it's faster than the Editor
Old
<app:SourceCodeExpander XamlCode="{x:Binding SliderWithCustomThumbImageXamlCode}" />
New
<app:SourceCodeExpander Code="{x:Binding SliderWithCustomThumbImageXamlCode}" CodeType="Xaml" /> <app:SourceCodeExpander Code="{x:Binding SliderWithCustomThumbImageCSharpCode}" CodeType="CSharp" />
For displaying code guidance.
Description
Instead of using code editor to display the code, we use the Label for richer color options, this will support many type of programming languages and it's faster than the Editor
Public API Changes
Old
New
Intended Use-Case
For displaying code guidance.