PrintDocument for WinForms
Height プロパティ (RenderObject)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : Height プロパティ
Gets or sets the height of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in").

シンタックス
'宣言
 
Public Property Height As Unit
'使用法
 
Dim instance As RenderObject
Dim value As Unit
 
instance.Height = value
 
value = instance.Height
public Unit Height {get; set;}
参照

RenderObject クラス
RenderObject メンバ