Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146912 | Aug 25,2019 08:55 PM UTC | Sep 3,2019 10:07 AM UTC | UWP | 9 |
![]() |
Tags: SfCalculator |
<Setter Property="Foreground" Value="#FFFFFFFF"/>
<input:CalculatorButton x:Name="PART_Button1" BrushOpacity="0.3" Content="{Binding MC, Source={StaticResource ResourceWrapperKey}}" Grid.Column="0" Function="MemoryClear" Background="Yellow" Foreground="Red" FontSize="15" IsTabStop="False"/>
<input:CalculatorButton x:Name="PART_Button2" BrushOpacity="0.3" Content="{Binding MR, Source={StaticResource ResourceWrapperKey}}" Grid.Column="1" Function="MemoryRecall" Background="Blue" Foreground="{TemplateBinding Foreground}" FontSize="15" IsTabStop="False"/>
<input:CalculatorButton x:Name="PART_Button3" BrushOpacity="0.3" Content="{Binding MS, Source={StaticResource ResourceWrapperKey}}" Grid.Column="2" Function="Memory" Background="Green" Foreground="{TemplateBinding Foreground}" FontSize="15" IsTabStop="False"/>
<input:CalculatorButton x:Name="PART_Button4" BrushOpacity="0.3" Content="{Binding MPLUS, Source={StaticResource ResourceWrapperKey}}" Grid.Column="3" Function="MemoryAdd" Background="Orange" Foreground="{TemplateBinding Foreground}" FontSize="15" IsTabStop="False"/>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.