При изменении ориентации экрана я называю это: string CurrentViewState = ApplicationView.GetForCurrentView().Orientation.ToString();
// Trigger the Visual State Manager
bool success = Vi
Я хочу определить стиль некоторых кнопок моего приложения WPF на уровне окна. Вот код: <Style x:Key="MainButtonStyle" TargetType="Button">
<Setter Property="Width" Value="120"/>
<Setter Pr