LegendItem.MarkerImageTransparentColor Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un colore che sarà sostituito con un colore trasparente quando verrà disegnata l'immagine del marcatore.
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))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color MarkerImageTransparentColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.MarkerImageTransparentColor : System.Drawing.Color with get, set
Public Property MarkerImageTransparentColor As Color
Valore della proprietà
Valore Color che rappresenta un colore ARGB (alfa, rosso, verde, blu).
- Attributi
Commenti
La MarkerImageTransparentColor proprietà viene usata per selezionare un colore in un'immagine del marcatore che verrà visualizzata come trasparente.
Puoi impostare questa proprietà su qualsiasi valore ARGB valido (alfa, rosso, verde, blu).
Nota
Questa proprietà è applicabile solo LegendCell agli oggetti con o LegendCellType SeriesSymbol Image .