DataPointCustomProperties.MarkerImageTransparentColor Propiedad

Definición

Obtiene o establece el color que se reemplazará con un color transparente cuando se dibuje la imagen del marcador.

public:
 property System::Drawing::Color MarkerImageTransparentColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color MarkerImageTransparentColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.MarkerImageTransparentColor : System.Drawing.Color with get, set
Public Property MarkerImageTransparentColor As Color

Valor de propiedad

Valor Color que especifica el color que se reemplazará con un color transparente cuando se dibuje la imagen del marcador.

Atributos

Se aplica a