Table of Contents

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

index int
height double
buttom double

Properties

Buttom

public double Buttom { get; set; }

Property Value

double

Height

public double Height { get; set; }

Property Value

double

Index

public int Index { get; set; }

Property Value

int