C# Class Nez.UI.ScrollPaneStyle

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
background IDrawable
hScroll IDrawable
vScroll IDrawable

Public Methods

Method Description
ScrollPaneStyle ( ) : System
ScrollPaneStyle ( IDrawable background, IDrawable hScroll, IDrawable hScrollKnob, IDrawable vScroll, IDrawable vScrollKnob ) : System
ScrollPaneStyle ( ScrollPaneStyle style ) : System
clone ( ) : ScrollPaneStyle

Method Details

ScrollPaneStyle() public method

public ScrollPaneStyle ( ) : System
return System

ScrollPaneStyle() public method

public ScrollPaneStyle ( IDrawable background, IDrawable hScroll, IDrawable hScrollKnob, IDrawable vScroll, IDrawable vScrollKnob ) : System
background IDrawable
hScroll IDrawable
hScrollKnob IDrawable
vScroll IDrawable
vScrollKnob IDrawable
return System

ScrollPaneStyle() public method

public ScrollPaneStyle ( ScrollPaneStyle style ) : System
style ScrollPaneStyle
return System

clone() public method

public clone ( ) : ScrollPaneStyle
return ScrollPaneStyle

Property Details

background public_oe property

public IDrawable background
return IDrawable

hScroll public_oe property

public IDrawable hScroll
return IDrawable

vScroll public_oe property

public IDrawable vScroll
return IDrawable