FontColorTheme Class

Definition

Theme entry describing both font and color information.

public ref class FontColorTheme sealed
public ref class FontColorTheme sealed
class FontColorTheme sealed
public sealed class FontColorTheme
type FontColorTheme = class
Public NotInheritable Class FontColorTheme
Inheritance
FontColorTheme

Remarks

Theme data can be read or written from/to a versioned binary stream for serialization

Constructors

FontColorTheme()

Creates a new empty theme instance

FontColorTheme(VersionedBinaryReader)

Creates a new font and color theme from a versioned reader

Fields

VersionWithFontColor
VersionWithOnlyColor

Properties

Categories

Gets font and color categories defined in this theme

Methods

AddCategory(FontColorCategory)

Adds a new category definition to this theme

GetCategory(Guid)

Gets the category for a given identifier

WriteToStream(VersionedBinaryWriter, Boolean)

Serializes font and color data to a versioned writer. By default latest version will be used

Applies to