Пример #1
0
        public WidthProperty(IntegerLiteral value)
        {
            if (value == null)
            {
                throw new ArgumentNullException(nameof(value));
            }

            this.Value = value;
        }
Пример #2
0
 public FontSizeProperty(IntegerLiteral value)
 {
     this.Value = value;
 }
Пример #3
0
 public HeightProperty(IntegerLiteral value)
 {
     this.Value = value;
 }
Пример #4
0
 public WidthProperty(IntegerLiteral value)
 {
     this.Value = value;
 }