SwipeItem.Foreground 属性

定义

获取或设置绘制项的文本和图标的画笔。

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

void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = swipeItem.foreground;
swipeItem.foreground = brush;
Public Property Foreground As Brush
<SwipeItem Foreground="{StaticResource resourceName}"/>

属性值

绘制项的文本和图标的画笔。

适用于