For IP2 backgrounds, adjust starting location & width of various steps

Made RTBMargin public
This commit is contained in:
2014-10-07 12:25:12 +00:00
parent f9d0c363f7
commit add1510f84
2 changed files with 43 additions and 9 deletions

View File

@@ -177,12 +177,12 @@ namespace Volian.Controls.Library
#endregion
#region Properties
private int _RTBMargin = 3;
private static int _RTBMargin = 3;
/// <summary>
/// Margin between the EditItem and the StepRTB. Appears on the Right.
/// Will allow space to draw a Change Bar on the right side of the EditItem.
/// </summary>
public int RTBMargin
public static int RTBMargin
{
get { return _RTBMargin; }
set { _RTBMargin = value; }