예제 #1
0
        public static IFluentStyle BasedOn <T>(this IFluentStyle fluentStyle)
            where T : FrameworkElement
        {
            fluentStyle.Extend <T>();

            return(fluentStyle);
        }
예제 #2
0
        public static IFluentStyle Extend(this IFluentStyle fluentStyle, IFluentStyle fluentStyleToExtend)
        {
            fluentStyle.Extend(fluentStyleToExtend);

            return(fluentStyle);
        }