BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<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"/>
|