下拉框
代码示例
xml
<Lay:LayComboBox>
<Lay:LayComboBoxItem Content="123" />
<Lay:LayComboBoxItem Content="234" />
</Lay:LayComboBox>
LayButton 属性
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
CornerRadius | 下拉框圆角 | struct | 0 |
Watermark | 水印 | string | 这是水印 |
WatermarkColor | 水印文字颜色 | Brush | |
HoverBorderBrush | 鼠标悬浮时,边框颜色 | Brush | |
FocusedBorderBrush | 光标聚焦后的边框色 | Brush | |
Line | 分割线宽度(只有IsEditable开启才生效) | double |