ParentConfig
ParentConfig class
Abstraction which mark element as parent and allow to have other elements as children
public abstract class ParentConfig : BaseConfig
Properties
| Name | Description | 
|---|---|
| abstract Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. | 
| abstract Name { get; set; } | Name of omr element. Can be used in different cases based on element | 
| abstract Type { get; set; } | Type of omr element. Does not have default value. Must be overridden. | 
See Also
- class BaseConfig
 - namespace Aspose.OMR.Generation.Config
 - assembly Aspose.OMR