Compartir a través de


CalendarView.DisabledForeground Propiedad

Definición

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

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

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

Valor de propiedad

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

Se aplica a