TessaShellButton - конструктор
Пространство имён: Tessa.UI.WindowsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public TessaShellButton(
ICommand command,
PathGeometry iconGeometry,
Thickness padding = null,
double iconWidth = 18,
double iconHeight = 18,
double strokeThickness = 0
)
Public Sub New (
command As ICommand,
iconGeometry As PathGeometry,
Optional padding As Thickness = Nothing,
Optional iconWidth As Double = 18,
Optional iconHeight As Double = 18,
Optional strokeThickness As Double = 0
)
public:
TessaShellButton(
ICommand^ command,
PathGeometry^ iconGeometry,
Thickness^ padding = nullptr,
double iconWidth = 18,
double iconHeight = 18,
double strokeThickness = 0
)
new :
command : ICommand *
iconGeometry : PathGeometry *
?padding : Thickness *
?iconWidth : float *
?iconHeight : float *
?strokeThickness : float
(* Defaults:
let _padding = defaultArg padding null
let _iconWidth = defaultArg iconWidth 18
let _iconHeight = defaultArg iconHeight 18
let _strokeThickness = defaultArg strokeThickness 0
*)
-> TessaShellButton
Параметры
- command ICommand
-
- iconGeometry PathGeometry
-
- padding Thickness (Optional)
-
- iconWidth Double (Optional)
-
- iconHeight Double (Optional)
-
- strokeThickness Double (Optional)
-