'Declaration Public Shared ReadOnly Property ZoomIn As RoutedUICommand
'Usage Dim value As RoutedUICommand value = CalendarCommands.ZoomIn
public static RoutedUICommand ZoomIn {get;}
'Declaration Public Shared ReadOnly Property ZoomIn As RoutedUICommand
'Usage Dim value As RoutedUICommand value = CalendarCommands.ZoomIn
public static RoutedUICommand ZoomIn {get;}
If the GcDropDownCalendar is in CalendarMode.Decade display mode, this command requests the control to show CalendarMode.Year display mode; if in Year display mode, it requests the control to show CalendarMode.Month display mode. If the GcDropDownCalendar is in Month display mode, this command will be ignored.
This command is natively supported by GcDropDownCalendar.