【发布时间】:2012-09-01 13:42:45
【问题描述】:
是否有可以查找 AppBarButtons 值的列表?
如果我在 StandardLayout.xaml 中查找,我会找到一些示例,像这样
<Style x:Key="ZoomOutButtonStyle" TargetType="Button" BasedOn="{StaticResource AppBarButtonStyle}">
<Setter Property="AutomationProperties.AutomationId" Value="ZoomOutButtonStyle"/>
<Setter Property="AutomationProperties.Name" Value="Zoom Out"/>
<Setter Property="Content" Value=""/>
</Style>
是否有类似值的列表

谢谢。
【问题讨论】:
标签: c# xaml windows-runtime