MonoMobile.Views.RowHeightAttribute.RowHeightAttribute C# (CSharp) Method

RowHeightAttribute() public method

public RowHeightAttribute ( float rowHeight ) : System
rowHeight float
return System
		public RowHeightAttribute(float rowHeight)
		{
			RowHeight = rowHeight;
		}
RowHeightAttribute