public void SetSelectionIndicatorLocation(HMSegmentedControlIndicatorLocation value)
 {
     SelectionIndicatorLocation = value;
     if (value == HMSegmentedControlIndicatorLocation.None)
     {
         SelectionIndicatorHeight = 0.0f;
     }
 }
 public void SetSelectionIndicatorLocation(HMSegmentedControlIndicatorLocation value)
 {
     SelectionIndicatorLocation = value;
     if (value == HMSegmentedControlIndicatorLocation.None)
         SelectionIndicatorHeight = 0.0f;
 }