Class WaterFallFlowControl.Point
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class WaterFallFlowControl.Point
- Inheritance
-
WaterFallFlowControl.Point
- Inherited Members
- Extension Methods
Constructors
Point(int, double, double)
public Point(int index, double height, double buttom)
Parameters
Properties
Buttom
public double Buttom { get; set; }
Property Value
Height
public double Height { get; set; }
Property Value
Index
public int Index { get; set; }