'宣言 Public Property Height As Unit
'使用法 Dim instance As RenderObject Dim value As Unit instance.Height = value value = instance.Height
public Unit Height {get; set;}
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;}