Class GridItemLayoutConverter
Definition
Namespace: StardewUI.Framework.Converters
Assembly: StardewUI.dll
String converter for a GridItemLayout.
public class GridItemLayoutConverter :
StardewUI.Framework.Converters.IValueConverter<string, StardewUI.Widgets.GridItemLayout>,
StardewUI.Framework.Converters.IValueConverter
Inheritance
Object ⇦ GridItemLayoutConverter
Implements
IValueConverter<string, GridItemLayout>, IValueConverter
Members
Constructors
Name | Description |
---|---|
GridItemLayoutConverter() |
Methods
Name | Description |
---|---|
Convert(string) | Converts a value from the source type to the destination type. |
Details
Constructors
GridItemLayoutConverter()
Methods
Convert(string)
Converts a value from the source type to the destination type.
Parameters
value
string
The value to convert.