Allow access to the Property “RightIndent”

This commit is contained in:
Rich 2020-09-02 13:13:06 +00:00
parent b65815bd79
commit e9600afe7f

View File

@ -625,6 +625,11 @@ namespace LBWordLibrary
get { return (GetProperty("LeftIndent") as float? ?? 0); }
set { SetProperty("LeftIndent", value); }
}
public float RightIndent
{
get { return (GetProperty("RightIndent") as float? ?? 0); }
set { SetProperty("RightIndent", value); }
}
}
public enum LBWdSelectionType
{