Esempio n. 1
0
        public void Bind(TextShapeViewModel text, object db, object r)
        {
            var properties = (ImmutableArray <PropertyViewModel>)db;
            var record     = (RecordViewModel)r;
            var tbind      = TextBinding.Bind(text, properties, record);

            text.SetProperty(nameof(TextShapeViewModel.Text), tbind);
        }