SpotLight.InnerConeColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Couleur du cône interne du projecteur. Animatable.
public:
property Color InnerConeColor { Color get(); void set(Color value); };
Color InnerConeColor();
void InnerConeColor(Color value);
public Color InnerConeColor { get; set; }
var color = spotLight.innerConeColor;
spotLight.innerConeColor = color;
Public Property InnerConeColor As Color
Valeur de propriété
Couleur du cône interne du projecteur.