Ejemplo n.º 1
0
        public void TestFontStretch()
        {
            var setter = Setters.FontStretch(FontStretches.Expanded);

            setter.Property.Should().Be(Control.FontStretchProperty);
            setter.Value.Should().Be(FontStretches.Expanded);
        }