Class ItemMenuTooltipPropertyVM
- 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
intonlyShowWhenExtended
boolpropertyHint
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
intcolor
ColoronlyShowWhenExtended
boolpropertyHint
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
intonlyShowWhenExtended
boolpropertyHint
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
intonlyShowWhenExtended
boolpropertyHint
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
intcolor
ColoronlyShowWhenExtended
boolpropertyHint
HintViewModel
ItemMenuTooltipPropertyVM(string, string, int, bool, HintViewModel)
public ItemMenuTooltipPropertyVM(string definition, string value, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)
Parameters
definition
stringvalue
stringtextHeight
intonlyShowWhenExtended
boolpropertyHint
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
stringvalue
stringtextHeight
intcolor
ColoronlyShowWhenExtended
boolpropertyHint
HintViewModelpropertyFlags
TooltipProperty.TooltipPropertyFlags
ItemMenuTooltipPropertyVM(TooltipProperty, HintViewModel)
public ItemMenuTooltipPropertyVM(TooltipProperty property, HintViewModel propertyHint = null)
Parameters
property
TooltipPropertypropertyHint
HintViewModel
Properties
PropertyHint
[DataSourceProperty]
public HintViewModel PropertyHint { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).