Xamarin.Forms で Style を利用する

こんにちは。エクセルソフトの田淵です。 ページ毎のスタイル Xamarin.Forms 1.3 以降ではスタイルを使用できるようになりました。 XML: <ContentPage.Resources> <ResourceDictionary> <Style x:Key="okButtonStyle" TargetType="Button"> <Setter Property="TextColor" Value="White" /> <Setter Property="BackgroundColor" Value="#49d849" /> </setter></setter></resourcedictionary></contentpage.resources>