ThemeElements.FormatScheme Property

Format Scheme.Represents the element tag in schema: a:fmtScheme

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property FormatScheme As FormatScheme
    Get
    Set
'Usage
Dim instance As ThemeElements
Dim value As FormatScheme

value = instance.FormatScheme

instance.FormatScheme = value
public FormatScheme FormatScheme { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.FormatScheme
Returns FormatScheme.

See Also

Reference

ThemeElements Class

ThemeElements Members

DocumentFormat.OpenXml.Drawing Namespace