Пример #1
0
 set => this.SetValue(CaptionProperty, value);
 set => SetValue(CaptionProperty, value);
Пример #3
0
        public override void BindProperties()
        {
            base.BindProperties();

            CaptionProperty.BindTo(this, this, "HeaderText");
        }