GradientRadialShading

GradientRadialShading class

Représente le type d’ombrage radial dégradé.

public class GradientRadialShading : PatternColorSpace

Constructeurs

NomLa description
GradientRadialShading()Initialise une nouvelle instance duGradientRadialShading classe.
GradientRadialShading(Color, Color)Initialise une nouvelle instance duGradientRadialShading classe.

Propriétés

NomLa description
End { get; set; }Obtient ou définit le point central du cercle de fin.
EndColor { get; set; }Obtient ou définit la couleur de fin.
EndingRadius { get; set; }Obtient ou définit le rayon du cercle de fin.
Start { get; set; }Obtient ou définit le point central du cercle de départ.
StartColor { get; set; }Obtient ou définit la couleur de départ.
StartingRadius { get; set; }Obtient ou définit le rayon du cercle de départ.

Voir également