C# Class LayoutFarm.CustomWidgets.ScrollBarCreationParameters

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
arrowBoxSize PixelFarm.Drawing.Size
elementBound PixelFarm.Drawing.Rectangle
largeChange float
maximum float
minmum float
scrollBarType ScrollBarType
smallChange float
thumbBoxLimit int

Property Details

arrowBoxSize public property

public Size,PixelFarm.Drawing arrowBoxSize
return PixelFarm.Drawing.Size

elementBound public property

public Rectangle,PixelFarm.Drawing elementBound
return PixelFarm.Drawing.Rectangle

largeChange public property

public float largeChange
return float

maximum public property

public float maximum
return float

minmum public property

public float minmum
return float

scrollBarType public property

public ScrollBarType scrollBarType
return ScrollBarType

smallChange public property

public float smallChange
return float

thumbBoxLimit public property

public int thumbBoxLimit
return int