Scheduler for WPF
DistributionInfo クラス
メンバ 

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 : DistributionInfo クラス
Describes a non-default placement for a child element of the AutoDistributionGrid.
オブジェクト モデル
DistributionInfo クラス
シンタックス
'宣言
 
Public Class DistributionInfo 
public class DistributionInfo 
解説
Use instances of the DistributionInfo class as items of the ChildrenDistributionInfo collection to change a default placement of a certain child element. Each DistributionInfo object of the collection instructs the grid that a child object at index ElementIndex should be (optionally) placed to a cell with Row and Column indexes and also has RowSpan and ColumnSpan spans. If the position is redefined for a certain element in such a way, then the next element will be placed in a cell next to this element according to the ChildrenFlowDirection specified. If a span is defined and the span direction conforms to the Orientation specified in the ChildrenFlowDirection property, then the next element will skip over the span. Each DistributionInfo item's info can be propagated to a number (fixed or infinite) of next elements, which is specified in the Propagate property.
継承階層

System.Object
   C1.WPF.Schedule.DistributionInfo

参照

DistributionInfo メンバ
C1.WPF.Schedule 名前空間