PrismTransition.IsContent-Eigenschaft
isContent.Represents the attribte in schema: isContent
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "isContent")> _
Public Property IsContent As BooleanValue
Get
Set
'Usage
Dim instance As PrismTransition
Dim value As BooleanValue
value = instance.IsContent
instance.IsContent = value
[SchemaAttrAttribute(, "isContent")]
public BooleanValue IsContent { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.BooleanValue