Compartir a través de


CalendarView.SelectedDisabledForeground Propiedad

Definición

Obtiene o establece un pincel que proporciona el primer plano de un elemento de calendario deshabilitado seleccionado.

public:
 property Brush ^ SelectedDisabledForeground { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedDisabledForeground();

void SelectedDisabledForeground(Brush value);
public Brush SelectedDisabledForeground { get; set; }
var brush = calendarView.selectedDisabledForeground;
calendarView.selectedDisabledForeground = brush;
Public Property SelectedDisabledForeground As Brush
<CalendarView SelectedDisabledForeground="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedDisabledForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.SelectedDisabledForeground>singleBrush</CalendarView.SelectedDisabledForeground>
</CalendarView>

Valor de propiedad

Pincel que proporciona el primer plano de un elemento de calendario deshabilitado seleccionado.

Se aplica a