PrintDocument for WinForms
Children プロパティ (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : Children プロパティ
Gets a RenderFragmentCollection containing the child fragments of the current fragment.
シンタックス
'宣言
 
Public ReadOnly Property Children As RenderFragmentCollection
'使用法
 
Dim instance As RenderFragment
Dim value As RenderFragmentCollection
 
value = instance.Children
public RenderFragmentCollection Children {get;}
解説
This property always returns a non-null fragments collection, initializing it if it has not been initialized yet. Use RenderFragment.HasChildren to test whether there are any children without initializing RenderFragment.Children.
参照

RenderFragment クラス
RenderFragment メンバ