SharpLeaf Reference > FontType Structure > Style Property

FontType.Style Property

Font style (Regular, Bold, Italic, Underline, Strikethrough).

public FontStyle Style {get; set;}

Example

font.Style = FontStyle.Italic|FontStyle.Underline; // Italic and bold

See also ...

FontType.Members


Send comments on this topic
© Dyalog Ltd 2021