SlideLayout.Type Property

Slide Layout Type.Represents the attribte in schema: type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of SlideLayoutValues)
    Get
    Set
'Usage
Dim instance As SlideLayout
Dim value As EnumValue(Of SlideLayoutValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<SlideLayoutValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SlideLayoutValues>
Returns EnumValue<T>.

See Also

Reference

SlideLayout Class

SlideLayout Members

DocumentFormat.OpenXml.Presentation Namespace