Click or drag to resize
TileCategoryFrameMembership Class
Represents membership information for a tile whose membership changes based on which frame is active.
Inheritance Hierarchy

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public class TileCategoryFrameMembership : TileCategoryMembershipBase

The TileCategoryFrameMembership type exposes the following members.

Constructors
  NameDescription
Public methodTileCategoryFrameMembership
Constructs membership information for tile given all the information for the membership
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyItem
Returns true if the specified zero-based frame (not counter value) of the tile is a member of the specified category.
Top
See Also