Exemplo n.º 1
0
        public override TextUtils.TextIndexList Ranges(string text)
        {
            LineSelector ls = new LineSelector();

            ls.Lines.Add(Line);
            return(ls.SelectIndexes(text));
        }
Exemplo n.º 2
0
        public Footer_Button()
        {
            InitializeComponent();

            LineSelector.SetBinding(BoxView.ColorProperty, new Binding(nameof(LineSelectorColor), source: this));
            ButtonImage.SetBinding(Image.SourceProperty, new Binding(nameof(ButtonImageSource), source: this));
        }