Udostępnij za pośrednictwem


LegendItem.MarkerImageTransparentColor Właściwość

Definicja

Pobiera lub ustawia kolor, który zostanie zastąpiony przezroczystym kolorem podczas narysowania obrazu znacznika.

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

Wartość właściwości

Color

Wartość Color reprezentująca kolor ARGB (alfa, czerwony, zielony, niebieski).

Atrybuty

Uwagi

Właściwość MarkerImageTransparentColor służy do wybierania jednego koloru na obrazie znacznika, który będzie wyświetlany jako przezroczysty.

Tę właściwość można ustawić na dowolną prawidłową wartość ARGB (alfa, czerwony, zielony, niebieski).

Uwaga

Ta właściwość ma zastosowanie tylko LegendCell do obiektów o wartości lub LegendCellType SeriesSymbol Image .

Dotyczy