FrameProperties.HeightType Property
Frame Height Type.Represents the attribte in schema: w:hRule
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "hRule")> _
Public Property HeightType As EnumValue(Of HeightRuleValues)
Get
Set
'Usage
Dim instance As FrameProperties
Dim value As EnumValue(Of HeightRuleValues)
value = instance.HeightType
instance.HeightType = value
[SchemaAttrAttribute(, "hRule")]
public EnumValue<HeightRuleValues> HeightType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<HeightRuleValues>
Returns EnumValue<T>.