public HeaderSection(string text, int cxWidth, int iImage, Bitmap bitmap, RightToLeft enRightToLeft, ContentAlignment enContentAlign, LeftRightAlignment enImageAlign, HeaderSectionSortMarks enSortMark, object tag) : this(text, cxWidth, iImage, bitmap, enContentAlign, enImageAlign, tag) { _SetSortMark(enSortMark); }
internal void _SetSortMark(HeaderSectionSortMarks enValue) { SortMark = enValue; }