OptionalBlackTransitionType.ThroughBlack Property
Transition Through Black.Represents the attribte in schema: thruBlk
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "thruBlk")> _
Public Property ThroughBlack As BooleanValue
Get
Set
用法
Dim instance As OptionalBlackTransitionType
Dim value As BooleanValue
value = instance.ThroughBlack
instance.ThroughBlack = value
[SchemaAttrAttribute(, "thruBlk")]
public BooleanValue ThroughBlack { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
OptionalBlackTransitionType Class