CardToolbarItem - конструктор

Инициализирует новый экземпляр класса CardToolbarItem

Definition

Пространство имён: Tessa.UI.Cards
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
protected CardToolbarItem(
	string name,
	string caption,
	Object icon,
	string tooltip = null,
	FontWeight? captionFontWeight = null,
	FontStyle? captionFontStyle = null,
	Color? captionForeground = null,
	Color? hover = null,
	Color? hoverText = null,
	int order = 0,
	IReadOnlyCollection<InputGesture> gestures = null
)

Параметры

name  String
 
caption  String
 
icon  Object
 
tooltip  String  (Optional)
 
captionFontWeight  NullableFontWeight  (Optional)
 
captionFontStyle  NullableFontStyle  (Optional)
 
captionForeground  NullableColor  (Optional)
 
hover  NullableColor  (Optional)
 
hoverText  NullableColor  (Optional)
 
order  Int32  (Optional)
 
gestures  IReadOnlyCollectionInputGesture  (Optional)
 

См. также