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

DiagramFormattedTextFragment

DiagramFormattedTextFragment class

Represents a fragment of formatted text in a Visio document.

public class DiagramFormattedTextFragment : FormattedTextFragment

Properties

Name Description
override BackgroundColor { get; } Gets the background color of the text.
override Font { get; } Gets the font of the text.
override ForegroundColor { get; } Gets the foreground color of the text.
override Text { get; } Gets the fragment text.

See Also