Class PdnBaseForm
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
This is the base class for all Forms in Paint.NET.
public class PdnBaseForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IIsDisposed, IContainer, IDisposable
- Inheritance
-
PdnBaseForm
- Implements
- Derived
- Inherited Members
Constructors
Properties
- AutoHandleGlassRelatedOptimizations
Gets or sets a flag indicating whether glass-related "optimizations" are automatically handled.
- EnableOpacity
Gets or sets a flag that enables or disables opacity for all PdnBaseForm instances. If a particular form's EnableInstanceOpacity property is false, that will override this property being 'true'.
- ForceActiveTitleBar
Gets or sets the titlebar rendering behavior for when the form is deactivated.
- IsAppThemeDark
Gets a flag indicating whether the app is using a dark theme.
- Opacity
Sets the opacity of the form.