Interface IElementPosition
Namespace: IronPPT.Interfaces
Assembly: IronPPT.dll
Syntax
public interface IElementPosition
Properties
X
Declaration
IDocUnit X { get; set; }
Property Value
Type | Description |
---|---|
IDocUnit |
Y
Declaration
IDocUnit Y { get; set; }
Property Value
Type | Description |
---|---|
IDocUnit |