天天看点

WPF扩展标记X:STATIC

原文:

WPF扩展标记X:STATIC

public class XStaic

    {

        public static string Content = "确定";

    }

<Button Content="{x:Static temp:XStaic.Content}">

            <Button.Background>

                <x:Static Member="SystemColors.ActiveCaptionBrush"/>

            </Button.Background>

        </Button>