SetValue(IndicatorValueProperty, value);
예제 #2
0
 get => (float)GetValue(IndicatorValueProperty); set => SetValue(IndicatorValueProperty, value);