'宣言 Public ReadOnly Property RenderHeight As System.Double
'使用法 Dim instance As SubSection Dim value As System.Double value = instance.RenderHeight
public System.double RenderHeight {get;}
'宣言 Public ReadOnly Property RenderHeight As System.Double
'使用法 Dim instance As SubSection Dim value As System.Double value = instance.RenderHeight
public System.double RenderHeight {get;}
When a sub-section grows or shrinks, its Height property does not change.
If you need to retrieve the actual height that will be used to rendering the sub-section (for example in the PrintSection event), use the RenderHeight property instead.