TessaShellDropDownButton - конструктор |
Пространство имён:
Tessa.UI.Windows
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public TessaShellDropDownButton(
PathGeometry iconGeometry,
Thickness padding = default,
double iconWidth = 18,
double iconHeight = 18,
double strokeThickness = 0
)
Public Sub New (
iconGeometry As PathGeometry,
Optional padding As Thickness = Nothing,
Optional iconWidth As Double = 18,
Optional iconHeight As Double = 18,
Optional strokeThickness As Double = 0
)
public:
TessaShellDropDownButton(
PathGeometry^ iconGeometry,
Thickness padding = Thickness(),
double iconWidth = 18,
double iconHeight = 18,
double strokeThickness = 0
)
new :
iconGeometry : PathGeometry *
?padding : Thickness *
?iconWidth : float *
?iconHeight : float *
?strokeThickness : float
(* Defaults:
let _padding = defaultArg padding new Thickness()
let _iconWidth = defaultArg iconWidth 18
let _iconHeight = defaultArg iconHeight 18
let _strokeThickness = defaultArg strokeThickness 0
*)
-> TessaShellDropDownButton
Параметры
- iconGeometry
- Тип: System.Windows.MediaPathGeometry
- padding (Optional)
- Тип: System.WindowsThickness
- iconWidth (Optional)
- Тип: SystemDouble
- iconHeight (Optional)
- Тип: SystemDouble
- strokeThickness (Optional)
- Тип: SystemDouble
См. также