TransformChain.Count 属性

定义

获取 TransformChain 对象中的转换数。Gets the number of transforms in the TransformChain object.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

Int32

TransformChain 对象中的转换数。The number of transforms in the TransformChain object.

适用于