【ArcGISProSDK】刷新按钮样式

效果

代码

样式

XML 复制代码
<Style
    TargetType="{x:Type Button}"
    BasedOn="{StaticResource Esri_SimpleButton}"
    x:Key="OptionsResetButtonStyle">    
    <Setter
        Property="Width"
        Value="24" />
            <Setter
        Property="Height"
        Value="24" />
            <Setter
        Property="MinWidth"
        Value="20" />
            <Setter
        Property="MinHeight"
        Value="20" />
            <Setter
        Property="BorderThickness"
        Value="0" />
            <Setter
        Property="VerticalAlignment"
        Value="Top" />
    <Setter
        Property="Padding"
        Value="2" />
    <Setter
        Property="ContentTemplate">
        <Setter.Value>
            <DataTemplate>
                <Image
			    Stretch="Uniform"
			    Source="{StaticResource GenericReset16}" />
            </DataTemplate>
        </Setter.Value>
    </Setter>
</Style>

引用

XML 复制代码
<Button
        Margin="6,0,0,0"
        HorizontalAlignment="Left"
        Grid.Column="1"
        Style="{StaticResource OptionsResetButtonStyle}"
        Command="{Binding XXXXXX}" />
相关推荐
玖笙&11 小时前
✨WPF编程基础【3.3】:容器控件(附源码)
c++·wpf·visual studio
5008417 小时前
GE 怎么做算子融合
分布式·架构·开源·wpf
500841 天前
Conv + BN + ReLU 融合:省掉两次显存读写
flutter·架构·开源·wpf·音视频
500841 天前
把 FlashAttention 讲清楚
flutter·electron·wpf
500842 天前
ATC 做了什么:从 ONNX 到 .om
分布式·架构·开源·wpf·开源鸿蒙
500842 天前
Graph Engine 是什么,为什么需要它
java·人工智能·性能优化·ocr·wpf
一念春风2 天前
.md文件浏览器
c#·wpf
lingxiao168882 天前
Wpf常用样式与自定义控件(仪表盘,管道,分页器等)
wpf
LateFrames2 天前
520 - 如何说晚安 (WPF)
c#·wpf·浪漫·ui体验
heimeiyingwang3 天前
【架构实战】日志体系ELK:集中化日志管理实践
elk·架构·wpf