ShareProvider.BackgroundColor 属性

定义

获取共享提供程序的背景色。

public:
 property Color BackgroundColor { Color get(); };
Color BackgroundColor();
public Color BackgroundColor { get; }
var color = shareProvider.backgroundColor;
Public ReadOnly Property BackgroundColor As Color

属性值

共享提供程序的背景色。

适用于