Interface IPageChildNode

IPageChildNode interface

The interface for all child nodes of a page node.

public interface IPageChildNode : INode

Properties

NameDescription
HorizontalOffset { get; set; }Gets or sets the horizontal offset.
VerticalOffset { get; set; }Gets or sets the vertical offset.

See Also