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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : Stacking プロパティ
Gets or sets the stacking rules used to arrange the children of the current object.
シンタックス
'宣言
 
Public Property Stacking As StackingRulesEnum
'使用法
 
Dim instance As RenderObject
Dim value As StackingRulesEnum
 
instance.Stacking = value
 
value = instance.Stacking
public StackingRulesEnum Stacking {get; set;}
解説
For block flow, the alignment of child objects within the flow is determined by the value of Style.FlowAlignChildren property on the current object, and the values of Style.FlowAlign properties on the children.
参照

RenderObject クラス
RenderObject メンバ