Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Theme Class / FormatScheme Property

In This Topic
    FormatScheme Property
    In This Topic
    Gets the background fill styles, effect styles, fill styles, and line styles which define the style matrix for the theme.

    The style matrix consists of subtle, moderate, and intense fills, lines, and effects.

    The background fills are not generally thought of to directly be associated with the matrix, but do play a role in the style of the overall document.

    Usually, a given object chooses a single line style, a single fill style, and a single effect style in order to define the overall final look of the object.

    Syntax
    'Declaration
     
    Public ReadOnly Property FormatScheme As FormatScheme
    public FormatScheme FormatScheme {get;}
    See Also