StripLine.BackImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the background image of the strip line.
public:
property System::String ^ BackImage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string BackImage { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackImage : string with get, set
Public Property BackImage As String
Property Value
A string
value that represents an image file URL. The default is an empty string.
- Attributes
Remarks
The BackImage property defines a path to a background image for many chart elements, and is an absolute or relative URL.
To position this image, use the BackImageAlignment and BackImageWrapMode properties.
You can also specify that one color will be displayed by the image as "transparent" by setting the BackImageTransparentColor property.
An image can be any valid graphics file supported by .NET Framework, including icons.
This property is not applicable if the StripWidth property is set to a value of 0.0.
Background images take precedence over other background properties, such as gradient colors.