PrismTransition.IsContent Property
isContent.Represents the attribte in schema: isContent
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "isContent")> _
Public Property IsContent As BooleanValue
Get
Set
'Применение
Dim instance As PrismTransition
Dim value As BooleanValue
value = instance.IsContent
instance.IsContent = value
[SchemaAttrAttribute(, "isContent")]
public BooleanValue IsContent { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue