- /// Keeps track of whether a is using the closest anchor point within its parent,
- /// or whether the user is overriding its anchor point.
- /// Each key is either a direct cast of an Anchor value, or it is equal to . This is done
- /// because the "Closest" menu item is not a valid anchor, so something other than an anchor must be used.
- /// Each value is a . If the is , the user has
- /// overridden the anchor point.
- /// If , the closest anchor point is assigned to the Drawable when it is either dragged by the user via , or when "Closest" is assigned from
- /// the anchor context menu via .
- ///
- ///