ShareProvider.BackgroundColor プロパティ

定義

共有プロバイダーの背景色を取得します。

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

プロパティ値

共有プロバイダーの背景色。

適用対象