Version

TextureEffect Class Members

The following tables list the members exposed by TextureEffect.

Public Constructors
 NameDescription
Public ConstructorTextureEffect ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyApplyToMode of applying this effect.  
Public PropertyComponentA reference to the chart component which owns this effect. (Inherited from Infragistics.UltraChart.Resources.Appearance.Effect)
Public PropertyCustomImageThe Image to use for creating this TextureEffect, if the Texture property is set to CustomImage.  
Public PropertyCustomImagePathPath of the Image to use for creating this TextureEffect, if the Texture property is set to CustomImage.  
Public PropertyEnabledDetermines whether or not this effect will be applied. (Inherited from Infragistics.UltraChart.Resources.Appearance.Effect)
Public PropertyTextureThe texture to be applied by this effect.  
Public Methods
 NameDescription
Public MethodApplyOverloaded. Overridden. Applies this TextureEffect to the given chart image.  
Public MethodCloneOverridden. Creates and returns a memberwise clone of this TextureEffect.  
Public MethodInvalidateForces the current component to refresh if possible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Effect)
Public MethodToStringReturns a string representation of this Effect. (Inherited from Infragistics.UltraChart.Resources.Appearance.Effect)
See Also