Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.27 KB

File metadata and controls

27 lines (20 loc) · 1.27 KB

AttributeGroup class

A list of attribute names, usually combined in a GroupChoice. They will all be aligned together.

public class AttributeGroup : AttributeSequenceItemBase

Public Members

name description
AttributeGroup(…) Create a group of attributes that will all be aligned (or replaced with placeholder spaces) (2 constructors)
AttributeNames { get; set; }
AttributeNameSet { get; }
ExtraSpace { get; } Extra space to add to this attribute group's width.
override CountHandledAttributes(…)
override CreateWidthComputer()
override ToString() Convert to string

See Also