Nez.UI.Button.Button C# (CSharp) Метод

Button() публичный Метод

public Button ( ButtonStyle style ) : System
style ButtonStyle
Результат System
		public Button( ButtonStyle style )
		{
			setTouchable( Touchable.Enabled );
			setStyle( style );
			setSize( preferredWidth, preferredHeight );
		}

Same methods

Button::Button ( IDrawable up ) : System
Button::Button ( IDrawable up, IDrawable down ) : System
Button::Button ( IDrawable up, IDrawable down, IDrawable checked_ ) : System
Button::Button ( Skin skin, string styleName = null ) : System