|
|
@ -10,6 +10,7 @@ namespace Capture |
|
|
|
public class OptionContext |
|
|
|
public class OptionContext |
|
|
|
{ |
|
|
|
{ |
|
|
|
public int ButtonHeight { get; set; } = 20; |
|
|
|
public int ButtonHeight { get; set; } = 20; |
|
|
|
|
|
|
|
public int CloseButtonWidth { get; set; } = 20; |
|
|
|
public Brush FrameColor { get; set; } = Brushes.Red; |
|
|
|
public Brush FrameColor { get; set; } = Brushes.Red; |
|
|
|
public int FrameThickness { get; set; } = 2; |
|
|
|
public int FrameThickness { get; set; } = 2; |
|
|
|
} |
|
|
|
} |
|
|
|