BorderSkin 类
定义
表示三维边框外观的绘制属性。Represents the drawing properties of the 3D border skin.
public ref class BorderSkin : System::Web::UI::DataVisualization::Charting::ChartElement
public class BorderSkin : System.Web.UI.DataVisualization.Charting.ChartElement
type BorderSkin = class
inherit ChartElement
Public Class BorderSkin
Inherits ChartElement
- 继承
构造函数
| BorderSkin() |
初始化 BorderSkin 类的新实例。Initializes a new instance of the BorderSkin class. |
属性
| BackColor |
获取或设置边框外观框架的背景色。Gets or sets the background color of a border skin frame. |
| BackGradientStyle |
获取或设置边框外观框架的背景渐变样式。Gets or sets the background gradient style of a border skin frame. |
| BackHatchStyle |
获取或设置边框外观框架的背景阴影样式。Gets or sets the background hatch style of a border skin frame. |
| BackImage |
获取或设置边框外观框架的背景图像。Gets or sets the background image of a border skin frame. |
| BackImageAlignment |
获取或设置边框外观框架的背景图像对齐方式。Gets or sets the background image alignment of a border skin frame. |
| BackImageTransparentColor |
获取或设置在绘制边框外观框架的背景图像时,替换为透明色的颜色。Gets or sets a color that is replaced with a transparent color when the background image of a border skin frame is drawn. |
| BackImageWrapMode |
获取或设置边框外观框架的背景图像的绘制模式。Gets or sets the drawing mode for the background image of a border skin frame. |
| BackSecondaryColor |
获取或设置边框外观框架的辅助背景色。Gets or sets the secondary background color of a border skin frame. |
| BorderColor |
获取或设置边框外观框架的边框颜色。Gets or sets the border color of a border skin frame. |
| BorderDashStyle |
获取或设置边框外观框架的边框线的样式。Gets or sets the style of the border line of a border skin frame. |
| BorderWidth |
获取或设置边框外观框架的边框线的宽度。Gets or sets the width of the border line of a border skin frame. |
| PageColor |
获取或设置边框外观的页面颜色。Gets or sets the page color of a border skin. |
| SkinStyle |
获取或设置边框外观的样式。Gets or sets the style of a border skin. |
| Tag |
获取或设置与此图表元素关联的对象。Gets or sets an object associated with this chart element. (继承自 ChartElement) |
方法
| Dispose() |
释放由 ChartElement 占用的资源。Releases the resources used by the ChartElement. (继承自 ChartElement) |
| Dispose(Boolean) |
释放由 ChartElement 占用的非托管资源,还可以另外再释放托管资源。Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. (继承自 ChartElement) |
| Equals(Object) |
确定指定的 Object 是否等同于当前的 ChartElement。Determines whether the specified Object is equal to the current ChartElement. (继承自 ChartElement) |
| GetHashCode() |
返回特定类型的哈希算法。Returns a hash function for a particular type. (继承自 ChartElement) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前 Object 的字符串。Returns a string that represents the current Object. (继承自 ChartElement) |