View3D.HeightPercent Property

Height Percent.Represents the element tag in schema: c:hPercent

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property HeightPercent As HeightPercent
    Get
    Set
'Usage
Dim instance As View3D
Dim value As HeightPercent

value = instance.HeightPercent

instance.HeightPercent = value
public HeightPercent HeightPercent { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.HeightPercent
Returns HeightPercent.

See Also

Reference

View3D Class

View3D Members

DocumentFormat.OpenXml.Drawing.Charts Namespace