Exemplo n.º 1
0
 public LinearGradientConverter(Boolean repeating)
     : base(repeating)
 {
     _converter = AngleConverter.Or(
         SideOrCornerConverter.StartsWithKeyword(Keywords.To));
 }
Exemplo n.º 2
0
 public LinearGradientConverter()
 {
     _converter = AngleConverter.Or(
         SideOrCornerConverter.StartsWithKeyword(Keywords.To));
 }