예제 #1
0
 public LayerParent(FlexData.ParentType type)
 {
     ParentType = (byte)type;
 }
예제 #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");
 }