Table of Contents

Property IsBackground

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

IsBackground

The background layer is generally opaque although it doesn't have to be. For example, the Canvas Size action distinguishes between background and non-background layers such that it fills the background layer with opaque and the non-background layers with transparency. The value of this property should not be used to disallow the user from performing an action.

public bool IsBackground { get; set; }

Property Value

bool