RadialGradientBrush.Center 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.
Obtient ou définit le centre du cercle le plus à l'extérieur du dégradé radial.
public:
property System::Windows::Point Center { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Center { get; set; }
member this.Center : System.Windows.Point with get, set
Public Property Center As Point
Valeur de propriété
Point à deux dimensions situé au centre du dégradé radial.
Remarques
L’emplacement central par défaut du cercle de dégradé est (0,5, 0,5).