OleObjectEmbed.FollowColorScheme Property

Color Scheme Properties for OLE Object.Represents the attribte in schema: followColorScheme

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

Syntax

'Declaration
<SchemaAttrAttribute(, "followColorScheme")> _
Public Property FollowColorScheme As EnumValue(Of OleObjectFollowColorSchemeValues)
    Get
    Set
'Usage
Dim instance As OleObjectEmbed
Dim value As EnumValue(Of OleObjectFollowColorSchemeValues)

value = instance.FollowColorScheme

instance.FollowColorScheme = value
[SchemaAttrAttribute(, "followColorScheme")]
public EnumValue<OleObjectFollowColorSchemeValues> FollowColorScheme { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<OleObjectFollowColorSchemeValues>
Returns EnumValue<T>.

See Also

Reference

OleObjectEmbed Class

OleObjectEmbed Members

DocumentFormat.OpenXml.Presentation Namespace