'宣言 Protected Overrides Function GetContentAutoHeight( _ ByVal width As System.Double _ ) As System.Double
'使用法 Dim instance As ChartField Dim width As System.Double Dim value As System.Double value = instance.GetContentAutoHeight(width)
protected override System.double GetContentAutoHeight( System.double width )
パラメータ
- width
- オブジェクトのコンテンツ領域の幅(ツイップ単位)。
戻り値の型
オブジェクトのコンテンツ領域の高さを返します(ツイップ単位)。