TessaShellControlBase - конструктор |
Пространство имён:
Tessa.UI.Windows
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected TessaShellControlBase(
PathGeometry iconGeometry = null,
Thickness padding = default,
double iconWidth = 18,
double iconHeight = 18,
double strokeThickness = 0
)
Protected Sub New (
Optional iconGeometry As PathGeometry = Nothing,
Optional padding As Thickness = Nothing,
Optional iconWidth As Double = 18,
Optional iconHeight As Double = 18,
Optional strokeThickness As Double = 0
)
protected:
TessaShellControlBase(
PathGeometry^ iconGeometry = nullptr,
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 _iconGeometry = defaultArg iconGeometry null
let _padding = defaultArg padding new Thickness()
let _iconWidth = defaultArg iconWidth 18
let _iconHeight = defaultArg iconHeight 18
let _strokeThickness = defaultArg strokeThickness 0
*)
-> TessaShellControlBase
Параметры
- iconGeometry (Optional)
- Тип: System.Windows.MediaPathGeometry
- padding (Optional)
- Тип: System.WindowsThickness
- iconWidth (Optional)
- Тип: SystemDouble
- iconHeight (Optional)
- Тип: SystemDouble
- strokeThickness (Optional)
- Тип: SystemDouble
См. также