Esempio n. 1
0
        static DecorKeyConnector()
        {
            FontFamily = new DecorationKey <Drawing.FontFamily>("FontFamily");
            FontStyle  = new DecorationKey <Drawing.FontStyle>("FontStyle");

            FontSize = new DecorationKey <double>("FontSize");
            FontSizeRelativePercent = new DecorationKey <double>("FontSizeRelativePercent");

            Foreground = new DecorationKey <Drawing.Color>("Foreground");
            Background = new DecorationKey <Drawing.Color>("Background");
        }
Esempio n. 2
0
        static DecorKeyConnector()
        {
            Typeface       = new DecorationKey <Graphics.Typeface>("Typeface");
            TypefaceFamily = new DecorationKey <Graphics.Typeface>("TypefaceFamily");
            TypefaceStyle  = new DecorationKey <Graphics.TypefaceStyle>("TypefaceStyle");

            FontSize = new DecorationKey <double>("FontSize");
            FontSizeRelativePercent = new DecorationKey <double>("FontSizeRelativePercent");

            Foreground = new DecorationKey <Graphics.Color>("Foreground");
            Background = new DecorationKey <Graphics.Color>("Background");
        }
Esempio n. 3
0
        static DecorKeyConnector()
        {
            FontFamily  = new DecorationKey <Media.FontFamily>("FontFamily");
            FontStretch = new DecorationKey <Windows.FontStretch>("FontStretch");
            FontStyle   = new DecorationKey <Windows.FontStyle>("FontStyle");
            FontWeight  = new DecorationKey <Windows.FontWeight>("FontWeight");

            FontSize = new DecorationKey <double>("FontSize");
            FontSizeRelativePercent = new DecorationKey <double>("FontSizeRelativePercent");

            TextDecoration = new DecorationKey <Windows.TextDecorationCollection>("TextDecorations");

            Foreground = new DecorationKey <Media.Color>("Foreground");
            Background = new DecorationKey <Media.Color>("Background");
        }
Esempio n. 4
0
        static DecorKeyConnector()
        {
            FontFamily = new DecorationKey<Drawing.FontFamily>("FontFamily");
            FontStyle = new DecorationKey<Drawing.FontStyle>("FontStyle");

            FontSize = new DecorationKey<double>("FontSize");
            FontSizeRelativePercent = new DecorationKey<double>("FontSizeRelativePercent");

            Foreground = new DecorationKey<Drawing.Color>("Foreground");
            Background = new DecorationKey<Drawing.Color>("Background");
        }
Esempio n. 5
0
        static DecorKeyConnector()
        {
            FontFamily = new DecorationKey<Media.FontFamily>("FontFamily");
            FontStretch = new DecorationKey<Windows.FontStretch>("FontStretch");
            FontStyle = new DecorationKey<Windows.FontStyle>("FontStyle");
            FontWeight = new DecorationKey<Windows.FontWeight>("FontWeight");

            FontSize = new DecorationKey<double>("FontSize");
            FontSizeRelativePercent = new DecorationKey<double>("FontSizeRelativePercent");

            TextDecoration = new DecorationKey<Windows.TextDecorationCollection>("TextDecorations");

            Foreground = new DecorationKey<Media.Color>("Foreground");
            Background = new DecorationKey<Media.Color>("Background");
        }
Esempio n. 6
0
        static DecorKeyConnector()
        {
            Typeface = new DecorationKey<Graphics.Typeface>("Typeface");
            TypefaceFamily = new DecorationKey<Graphics.Typeface>("TypefaceFamily");
            TypefaceStyle = new DecorationKey<Graphics.TypefaceStyle>("TypefaceStyle");

            FontSize = new DecorationKey<double>("FontSize");
            FontSizeRelativePercent = new DecorationKey<double>("FontSizeRelativePercent");

            Foreground = new DecorationKey<Graphics.Color>("Foreground");
            Background = new DecorationKey<Graphics.Color>("Background");
        }