Пример #1
0
        public ISyncDom InnerHeight(Func <int, double, string> function)
        {
            var id = IntDoubleStringStorage.Add(function);

            Invoke <object>("LMTInnerHeightFunc1", _selector, id);
            return(this);
        }
Пример #2
0
        public ISyncDom OuterWidth(Func <int, double, string> function)
        {
            var id = IntDoubleStringStorage.Add(function);

            Invoke <object>("LMTOuterWidthFunc1", _selector, id);
            return(this);
        }
Пример #3
0
        public async Task <IAsyncDom> OuterWidth(Func <int, double, string> function)
        {
            var id = IntDoubleStringStorage.Add(function);

            await InvokeAsync <object>("LMTOuterWidthFunc1", _selector, id);

            return(this);
        }