1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents.Diagram
  6. /
  7. DiagramHeaderFooterFont

DiagramHeaderFooterFont

DiagramHeaderFooterFont class

Represents a font that is used in Visio header/footer.

public class DiagramHeaderFooterFont

Properties

Name Description
Bold { get; set; } Gets or sets a value indicating whether the font is bold.
FamilyName { get; set; } Gets or sets the font family name.
Italic { get; set; } Gets or sets a value indicating whether the font is italic.
Size { get; set; } Gets or sets the height of the font.
Strikeout { get; set; } Gets or sets a value indicating whether the font is strikeout.
Underline { get; set; } Gets or sets a value indicating whether the font is underline.

See Also