SharpLeaf Reference > ParagraphStyle Structure > SetTabAlignments Method ParagraphStyle.SetTabAlignments Method
Set Alignment for each existing tab stop (defaults to Alignment.Left).
Overloads
Example
// Only the fourth tab is right-aligned
style.SetTabAlignments(new Alignment[]{Alignment.Left,Alignment.Left,Alignment.Left,
Alignment.Right});
See also ...ParagraphStyle.Members | ParagraphStyle.SetTabs Method
Send comments on this topic © Dyalog Ltd 2021
|