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

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

Definition

Пространство имён: Tessa.UI.Cards
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public CardToolbarAction(
	string name,
	string caption,
	Object icon,
	ICommand command,
	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
 
command  ICommand
 
tooltip  String  (Optional)
 
captionFontWeight  NullableFontWeight  (Optional)
 
captionFontStyle  NullableFontStyle  (Optional)
 
captionForeground  NullableColor  (Optional)
 
hover  NullableColor  (Optional)
 
hoverText  NullableColor  (Optional)
 
order  Int32  (Optional)
 
gestures  IReadOnlyCollectionInputGesture  (Optional)
 

См. также