SetValue(IndicatorValueProperty, value);
Пример #2
0
 get => (float)GetValue(IndicatorValueProperty); set => SetValue(IndicatorValueProperty, value);