2017-10-05 76 views

回答

1

嘗試使用微軟提供的默認軸風格和模板編輯前景有沒有這樣的

<VisualState x:Name="Selected"> 
       <Storyboard> 
       <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ContentPresenter" 
               Storyboard.TargetProperty="Foreground" > 
        <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlHighlightAltBaseHighBrush}" /> 
       </ObjectAnimationUsingKeyFrames> 
       <ObjectAnimationUsingKeyFrames Storyboard.TargetName="Grid" 
               Storyboard.TargetProperty="Background" > 
        <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlHighlightTransparentBrush}" /> 
       </ObjectAnimationUsingKeyFrames> 
       </Storyboard> 
      </VisualState> 

你可以看看整個風格在這裏樞紐項目所選擇的項目 - https://msdn.microsoft.com/en-us/library/windows/apps/mt299142.aspx