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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : LayoutChangeBefore プロパティ
オブジェクトの前でページレイアウトの変更を定義する LayoutChangeBase オブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Property LayoutChangeBefore As LayoutChangeBase
'使用法
 
Dim instance As RenderObject
Dim value As LayoutChangeBase
 
instance.LayoutChangeBefore = value
 
value = instance.LayoutChangeBefore
public LayoutChangeBase LayoutChangeBefore {get; set;}
解説
LayoutChangeBaseは抽象クラスです。このクラスから派生した以下のような非抽象クラスのインスタンスをこのプロパティに割り当てることができます。
参照

RenderObject クラス
RenderObject メンバ