UnsizedGallery.ItemHeight Property

itemHeight.Represents the attribte in schema: itemHeight

Namespace:  DocumentFormat.OpenXml.Office.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "itemHeight")> _
Public Property ItemHeight As IntegerValue
    Get
    Set
'Usage
Dim instance As UnsizedGallery
Dim value As IntegerValue

value = instance.ItemHeight

instance.ItemHeight = value
[SchemaAttrAttribute(, "itemHeight")]
public IntegerValue ItemHeight { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

UnsizedGallery Class

UnsizedGallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace