Condividi tramite


InkPresenterProtractor.BackgroundColor Proprietà

Definizione

Ottiene o imposta il colore di sfondo dell'oggetto InkPresenterProtractor.

public:
 property Color BackgroundColor { Color get(); void set(Color value); };
Color BackgroundColor();

void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = inkPresenterProtractor.backgroundColor;
inkPresenterProtractor.backgroundColor = color;
Public Property BackgroundColor As Color

Valore della proprietà

Colore di sfondo del protratore come valore ARGB. Il valore predefinito è (255, 230, 230, 230).

Implementazioni

Si applica a

Vedi anche