Version

BorderAppearance Class Methods

For a list of all members of this type, see BorderAppearance members.

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