Show / Hide Table of Contents

Class ScreenshotSettings

Settings class for the Screenshot module.

Inheritance
System.Object
ScreenshotSettings
Namespace: Phoenix.Screenshot
Assembly: Phoenix.Plugin.Screenshot.dll
Syntax
[Serializable]
public class ScreenshotSettings : SettingsCategoryBase

Constructors

View Source

ScreenshotSettings()

Initializes a new instance of the ScreenshotSettings class.

Declaration
public ScreenshotSettings()

Properties

View Source

DefaultExtension

Gets or sets the default extension for saving screenshots.

Declaration
public string DefaultExtension { get; set; }
Property Value
Type Description
System.String
View Source

ImageEditor

Gets or sets the image editing program to open screenshots with.

Declaration
public string ImageEditor { get; set; }
Property Value
Type Description
System.String
View Source

ScreenshotFolder

Gets or sets the default screenshot folder for saving.

Declaration
public string ScreenshotFolder { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX