CalendarView.PressedForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento del calendario mentre viene premuto.

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

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

Valore della proprietà

Pennello che fornisce il primo piano di un elemento del calendario mentre viene premuto.

Si applica a