PositionedBlockConfig
Contents
[
Hide
]PositionedBlockConfig class
Grouping element. Position any child in absolute coordinates on canvas
public class PositionedBlockConfig : ParentConfig
Constructors
Name | Description |
---|---|
PositionedBlockConfig() | Create instance with default parameters |
Properties
Name | Description |
---|---|
override Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. |
Height { get; set; } | Height of positioned block in pixels |
override Name { get; set; } | Name of block. Does not participate in displaying. |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
Width { get; set; } | Width of positioned block in pixels |
XPosition { get; set; } | Block X absolute position on page in pixels |
YPosition { get; set; } | Block Y absolute position on page in pixels |
See Also
- class ParentConfig
- namespace Aspose.OMR.Generation.Config.Elements.Parents
- assembly Aspose.OMR