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
CaptureWidth
[JsonProperty("capture_width")]
public int CaptureWidth { get; set; }
Property Value
CaptureX
[JsonProperty("capture_x")]
public int CaptureX { get; set; }
Property Value
CaptureY
[JsonProperty("capture_y")]
public int CaptureY { get; set; }
Property Value
Ffmpeg
[JsonProperty("ffmpeg")]
public string Ffmpeg { get; set; }
Property Value
Lang
[JsonProperty("language")]
public string Lang { get; set; }
Property Value
LastDir
[JsonProperty("last_dir")]
public required string LastDir { get; set; }
Property Value
Theme
[JsonProperty("theme")]
public string Theme { get; set; }
Property Value
Workspace
[JsonProperty("workspace")]
public required string Workspace { get; set; }