Table of Contents

Class ItemMenuTooltipPropertyVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Inventory
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ItemMenuTooltipPropertyVM : TooltipProperty, IViewModel, INotifyPropertyChanged, ISerializableObject
Inheritance
ItemMenuTooltipPropertyVM
Implements
Inherited Members

Constructors

ItemMenuTooltipPropertyVM()

public ItemMenuTooltipPropertyVM()

ItemMenuTooltipPropertyVM(Func<string>, Func<string>, int, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(Func<string> _definitionFunc, Func<string> _valueFunc, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

_definitionFunc Func<string>
_valueFunc Func<string>
textHeight int
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(Func<string>, Func<string>, int, Color, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(Func<string> _definitionFunc, Func<string> _valueFunc, int textHeight, Color color, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

_definitionFunc Func<string>
_valueFunc Func<string>
textHeight int
color Color
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(Func<string>, Func<string>, object[], int, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(Func<string> _definitionFunc, Func<string> _valueFunc, object[] valueArgs, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

_definitionFunc Func<string>
_valueFunc Func<string>
valueArgs object[]
textHeight int
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(string, Func<string>, int, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(string definition, Func<string> _valueFunc, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

definition string
_valueFunc Func<string>
textHeight int
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(string, Func<string>, int, Color, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(string definition, Func<string> _valueFunc, int textHeight, Color color, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

definition string
_valueFunc Func<string>
textHeight int
color Color
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(string, string, int, bool, HintViewModel)

public ItemMenuTooltipPropertyVM(string definition, string value, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)

Parameters

definition string
value string
textHeight int
onlyShowWhenExtended bool
propertyHint HintViewModel

ItemMenuTooltipPropertyVM(string, string, int, Color, bool, HintViewModel, TooltipPropertyFlags)

public ItemMenuTooltipPropertyVM(string definition, string value, int textHeight, Color color, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null, TooltipProperty.TooltipPropertyFlags propertyFlags = TooltipPropertyFlags.None)

Parameters

definition string
value string
textHeight int
color Color
onlyShowWhenExtended bool
propertyHint HintViewModel
propertyFlags TooltipProperty.TooltipPropertyFlags

ItemMenuTooltipPropertyVM(TooltipProperty, HintViewModel)

public ItemMenuTooltipPropertyVM(TooltipProperty property, HintViewModel propertyHint = null)

Parameters

property TooltipProperty
propertyHint HintViewModel

Properties

PropertyHint

[DataSourceProperty]
public HintViewModel PropertyHint { get; set; }

Property Value

HintViewModel

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).