Skip to content

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()

public GridItemLayoutConverter();

Methods

Convert(string)

Converts a value from the source type to the destination type.

public StardewUI.Widgets.GridItemLayout Convert(string value);
Parameters

value   string
The value to convert.

Returns

GridItemLayout