CalendarView.PressedBorderBrush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定筆刷,這個筆刷會在按下時提供行事歷專案的框線。
public:
property Brush ^ PressedBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush PressedBorderBrush();
void PressedBorderBrush(Brush value);
public Brush PressedBorderBrush { get; set; }
var brush = calendarView.pressedBorderBrush;
calendarView.pressedBorderBrush = brush;
Public Property PressedBorderBrush As Brush
<CalendarView PressedBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView PressedBorderBrush="colorString"/>
- or -
<CalendarView>
CalendarView.PressedBorderBrush>singleBrush</CalendarView.PressedBorderBrush>
</CalendarView>
屬性值
筆刷,會在按下行事歷專案時提供行事曆專案的框線。