Nez.UI.Button.getStyle C# (CSharp) Method

getStyle() public method

Returns the button's style. Modifying the returned style may not have an effect until {@link #setStyle(ButtonStyle)} is called.
public getStyle ( ) : ButtonStyle
return ButtonStyle
		public virtual ButtonStyle getStyle()
		{
			return style;
		}