예제 #1
0
 public void SetSpotlightProperties(float newTransparency, float newSoftEdge, Color newColor)
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.SpotlightPropertiesEdited(newTransparency, newSoftEdge, newColor);
     });
 }