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


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

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;}
参照

RenderObject クラス
RenderObject メンバ