Version

BorderAppearance Class Members

The following tables list the members exposed by BorderAppearance.

Public Constructors
 NameDescription
Public ConstructorBorderAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyColorReturns a reference to or sets a Color object that specifies the color of a chart border.  
Public PropertyCornerRadiusReturns or sets a value that determines the corner radius of a chart border.  
Public PropertyDrawStyleReturns or sets a value that determines the style of a chart border.  
Public PropertyRaisedReturns or sets a value that determines the style of a chart border.  
Public PropertyThicknessReturns or sets a value that determines the thickness of a chart border.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates a new BorderApperance object that is a copy of the current instance.  
Public MethodResetColorResets the Color property to its default value.  
Public MethodResetCornerRadiusResets the CornerRadius property to its default value.  
Public MethodResetDrawStyleResets the DrawStyle property to its default value.  
Public MethodResetRaisedResets the Raised property to its default value.  
Public MethodResetThicknessResets the Thickness property to its default value.  
Public MethodToStringReturns a string representation of a BorderAppearance object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeColorReturns a Boolean value that determines whether the Color property is set to its default value.  
Protected MethodShouldSerializeCornerRadiusReturns a Boolean value that determines whether the CornerRadius property is set to its default value.  
Protected MethodShouldSerializeDrawStyleReturns a Boolean value that determines whether the DrawStyle property is set to its default value.  
Protected MethodShouldSerializeRaisedReturns a Boolean value that determines whether the Raised property is set to its default value.  
Protected MethodShouldSerializeThicknessReturns a Boolean value that determines whether the Thickness property is set to its default value.  
See Also