'宣言 Public Property Width As Unit
'使用法 Dim instance As RenderObject Dim value As Unit instance.Width = value value = instance.Width
public Unit Width {get; set;}
May be specified as auto (Unit.Auto), a percentage of the parent's width (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. "Max(prev.width,6cm)").
'宣言 Public Property Width As Unit
'使用法 Dim instance As RenderObject Dim value As Unit instance.Width = value value = instance.Width
public Unit Width {get; set;}