BorderSkin Class
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.
Represents the drawing properties of the 3D border skin.
public ref class BorderSkin : System::Windows::Forms::DataVisualization::Charting::ChartElement
public class BorderSkin : System.Windows.Forms.DataVisualization.Charting.ChartElement
type BorderSkin = class
inherit ChartElement
Public Class BorderSkin
Inherits ChartElement
- Inheritance
Constructors
BorderSkin() |
Initializes a new instance of the BorderSkin class. |
Properties
BackColor |
Gets or sets the background color of a skin frame. |
BackGradientStyle |
Gets or sets the background gradient style of a skin frame. |
BackHatchStyle |
Gets or sets the background hatch style of a skin frame. |
BackImage |
Gets or sets the background image of a skin frame. |
BackImageAlignment |
Gets or sets the background image alignment of a 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 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. (Inherited from ChartElement) |
Methods
Dispose() |
Releases the resources used by the ChartElement. (Inherited from ChartElement) |
Dispose(Boolean) |
Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. (Inherited from ChartElement) |
Equals(Object) |
Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement) |
GetHashCode() |
Returns a hash function for a particular type. (Inherited from ChartElement) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current Object. (Inherited from ChartElement) |