-
Notifications
You must be signed in to change notification settings - Fork 256
Mask
闫驚鏵(Jinhua Yan) edited this page Mar 18, 2023
·
2 revisions
- Set Mask.Child.
<Border Background="LawnGreen" Height="200"
wd:Mask.IsShow="true"
Margin="10">
<wd:Mask.Child>
<Border>
<TextBox wd:ElementHelper.IsWatermark="True"
wd:ElementHelper.Watermark="我是蒙板输入框"/>
</Border>
</wd:Mask.Child>
<Button Content="Mask"
VerticalAlignment="Center"
HorizontalAlignment="Center"/>
</Border>
new Window1().MaskShow();
new Window1().MaskShowDialog();