C# Class LayoutFarm.HtmlWidgets.ScrollBarCreationParameters

Mostrar archivo 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_oe property

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

elementBound public_oe property

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

largeChange public_oe property

public float largeChange
return float

maximum public_oe property

public float maximum
return float

minmum public_oe property

public float minmum
return float

scrollBarType public_oe property

public ScrollBarType scrollBarType
return ScrollBarType

smallChange public_oe property

public float smallChange
return float

thumbBoxLimit public_oe property

public int thumbBoxLimit
return int