Ejemplo n.º 1
0
 public LayerParent(FlexData.ParentType type)
 {
     ParentType = (byte)type;
 }
Ejemplo n.º 2
0
 /// <summary>Filter the VisibleParents to display only those of type <paramref name="filter"/>.</summary>
 internal void SetParentTypeFilter(FlexData.ParentType parentType)
 {
     ParentTypeFilter = parentType;
     OnPropertyChanged("VisibleParents");
 }