Table of Contents

Class AppSettingsData

Namespace
PlumJsonAnimator.Services
Assembly
PlumJsonAnimator.dll

Contains jsonifyed app settings

public class AppSettingsData
Inheritance
AppSettingsData
Inherited Members

Constructors

AppSettingsData()

Contains jsonifyed app settings

public AppSettingsData()

Properties

CaptureHeight

[JsonProperty("capture_height")]
public int CaptureHeight { get; set; }

Property Value

int

CaptureWidth

[JsonProperty("capture_width")]
public int CaptureWidth { get; set; }

Property Value

int

CaptureX

[JsonProperty("capture_x")]
public int CaptureX { get; set; }

Property Value

int

CaptureY

[JsonProperty("capture_y")]
public int CaptureY { get; set; }

Property Value

int

Ffmpeg

[JsonProperty("ffmpeg")]
public string Ffmpeg { get; set; }

Property Value

string

Lang

[JsonProperty("language")]
public string Lang { get; set; }

Property Value

string

LastDir

[JsonProperty("last_dir")]
public required string LastDir { get; set; }

Property Value

string

Theme

[JsonProperty("theme")]
public string Theme { get; set; }

Property Value

string

Workspace

[JsonProperty("workspace")]
public required string Workspace { get; set; }

Property Value

string