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
'Declaración
<SchemaAttrAttribute(, "followColorScheme")> _
Public Property FollowColorScheme As EnumValue(Of OleObjectFollowColorSchemeValues)
Get
Set
'Uso
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>.