示例#1
0
 static ImageBrowser()
 {
     IsFullScreenProperty.AddOwner(typeof(ImageBrowser), new PropertyMetadata(default(bool)));
 }
示例#2
0
 set => SetValue(IsFullScreenProperty, value);
示例#3
0
 static ImageBrowser()
 {
     IsFullScreenProperty.AddOwner(typeof(ImageBrowser), new PropertyMetadata(ValueBoxes.FalseBox));
 }
示例#4
0
 set => SetValue(IsFullScreenProperty, ValueBoxes.BooleanBox(value));