Gets or sets the background image of the border skin's frame.
Skin frame background image.
Visual Basic (Declaration) | |
---|---|
Public Property FrameBackImage As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string FrameBackImage {get; set;} |
Return Value
A string value that represents an image file's URL. The default is an empty string.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
This property defines a path to the frame's background image, and is an absolute or relative URL. An image can be any valid graphics file supported by .NET, including icons.
To position this image use the FrameBackImageAlign and FrameBackImageMode properties.
Background images take precedence over both gradient colors and hatching.
Setting this property for border skins that do not use frames will have no effect.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family