Bagikan melalui


CalendarView.SelectedPressedBorderBrush Properti

Definisi

Mendapatkan atau mengatur kuas yang menyediakan batas item kalender yang dipilih saat ditekan.

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

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

Nilai Properti

Kuas yang menyediakan batas item kalender yang dipilih saat ditekan.

Berlaku untuk