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
_definitionFuncFunc<string>_valueFuncFunc<string>textHeightintonlyShowWhenExtendedboolpropertyHintHintViewModel
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
_definitionFuncFunc<string>_valueFuncFunc<string>textHeightintcolorColoronlyShowWhenExtendedboolpropertyHintHintViewModel
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
_definitionFuncFunc<string>_valueFuncFunc<string>valueArgsobject[]textHeightintonlyShowWhenExtendedboolpropertyHintHintViewModel
ItemMenuTooltipPropertyVM(string, Func<string>, int, bool, HintViewModel)
public ItemMenuTooltipPropertyVM(string definition, Func<string> _valueFunc, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)
Parameters
definitionstring_valueFuncFunc<string>textHeightintonlyShowWhenExtendedboolpropertyHintHintViewModel
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
definitionstring_valueFuncFunc<string>textHeightintcolorColoronlyShowWhenExtendedboolpropertyHintHintViewModel
ItemMenuTooltipPropertyVM(string, string, int, bool, HintViewModel)
public ItemMenuTooltipPropertyVM(string definition, string value, int textHeight, bool onlyShowWhenExtended = false, HintViewModel propertyHint = null)
Parameters
definitionstringvaluestringtextHeightintonlyShowWhenExtendedboolpropertyHintHintViewModel
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
definitionstringvaluestringtextHeightintcolorColoronlyShowWhenExtendedboolpropertyHintHintViewModelpropertyFlagsTooltipProperty.TooltipPropertyFlags
ItemMenuTooltipPropertyVM(TooltipProperty, HintViewModel)
public ItemMenuTooltipPropertyVM(TooltipProperty property, HintViewModel propertyHint = null)
Parameters
propertyTooltipPropertypropertyHintHintViewModel
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).