Allow access to the Property “RightIndent”
This commit is contained in:
parent
b65815bd79
commit
e9600afe7f
@ -625,6 +625,11 @@ namespace LBWordLibrary
|
|||||||
get { return (GetProperty("LeftIndent") as float? ?? 0); }
|
get { return (GetProperty("LeftIndent") as float? ?? 0); }
|
||||||
set { SetProperty("LeftIndent", value); }
|
set { SetProperty("LeftIndent", value); }
|
||||||
}
|
}
|
||||||
|
public float RightIndent
|
||||||
|
{
|
||||||
|
get { return (GetProperty("RightIndent") as float? ?? 0); }
|
||||||
|
set { SetProperty("RightIndent", value); }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public enum LBWdSelectionType
|
public enum LBWdSelectionType
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user