CommonBehavior.TransformType Property
Transform Type.Represents the attribte in schema: xfrmType
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "xfrmType")> _
Public Property TransformType As EnumValue(Of BehaviorTransformValues)
Get
Set
'Usage
Dim instance As CommonBehavior
Dim value As EnumValue(Of BehaviorTransformValues)
value = instance.TransformType
instance.TransformType = value
[SchemaAttrAttribute(, "xfrmType")]
public EnumValue<BehaviorTransformValues> TransformType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BehaviorTransformValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies the type of transform to be used.
The possible values for this attribute are defined by the ST_TLBehaviorTransformType simple type.