Inheritance: IGroupStyle, INotifyPropertyChanged
Ejemplo n.º 1
0
 public GroupStyleSelector(Windows.UI.Xaml.Controls.GroupStyle style)
 => GroupStyle = style;
Ejemplo n.º 2
0
 internal GroupStyle GetGroupStyle()
 {
     return(GroupStyle.FirstOrDefault());
 }
 public GroupStyleEvents(GroupStyle This)
 {
     this.This = This;
 }