Version

AppearanceBase Class Properties

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

Public Properties
 NameDescription
Public PropertyAlphaLevelThe level (0 to 255) used for alpha blending (0 means default). This value is used when the BackColorAlpha, BorderAlpha, ForegroundAlpha, ImageAlpha, or ImageBackgroundAlpha properties are set to 'UseAlphaLevel'.  
Public PropertyAssociatedCollectionThe Appearances collection of the object currently holding a reference to this appearance instance.  
Public PropertyAssociatedImageListReturns the ImageList of the Appearances collection of the object currently holding a reference to this appearance instance.  
Public PropertyBackColorThe primary color used to fill the background.  
Public PropertyBackColor2The second color used in a gradient fill of the background.  
Public PropertyBackColorAlphaSpecifies what alpha level (opacity) is applied to the background color.  
Public PropertyBackColorDisabledThe primary color used to fill the background of disabled elements.  
Public PropertyBackColorDisabled2The second color used to gradient fill the background of disabled elements.  
Public PropertyBackGradientAlignmentDetermines how the BackGradientStyle is aligned with respect to its origin and extent.  
Public PropertyBackGradientStyleSpecifies if and how a color gradient will be used to fill the background.  
Public PropertyBackHatchStyleSpecifies if a hatch brush will be used to fill the background.  
Public PropertyBorderAlphaAn enumeration that specifies what alpha level (opacity) is applied to the borders.  
Public PropertyBorderColorThe color used to draw 2D borders.  
Public PropertyBorderColor2The second color used to draw 2D borders.  
Public PropertyBorderColor3DBaseThe color used as the base for calculating the shadow and highlight colors when drawing 3D borders.  
Public PropertyCursorThe mouse cursor.  
Public PropertyDataThe internal structure that actually holds the property values  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFontDataThe font override settings to be used for displaying text.  
Public PropertyForeColorThe color of text.  
Public PropertyForeColorDisabledThe color of text for disabled elements.  
Public PropertyForegroundAlphaAn enumeration that specifies what alpha level (opacity) is applied to text.  
Public PropertyHasFontDataReturns true if any of the fontdata properties are not set to their default values  
Public PropertyImageThe foreground image. Can be either an image or an index into the imagelist's collection  
Public PropertyImageAlphaAn enumeration that specifies what alpha level (opacity) is applied to the foreground image.  
Public PropertyImageBackgroundThe background image.  
Public PropertyImageBackgroundAlphaAn enumeration that specifies what alpha level (opacity) is applied to the background image.  
Public PropertyImageBackgroundDisabledDetermines the background image for a disabled image.  
Public PropertyImageBackgroundOriginThe origin of the background image.  
Public PropertyImageBackgroundStretchMarginsDetermines the margins for drawing a stretched image.  
Public PropertyImageBackgroundStyleThe style of the background image.  
Public PropertyImageHAlignThe alignment of the Image horizontally.  
Public PropertyImageVAlignThe alignment of the Image vertically.  
Public PropertyKeyOverridden. The key of the item in the appearances collection  
Public PropertyNonDefaultSettingsBit flags that indicate which properties have non-default values.  
Public PropertyStyleLibraryNameReturns or sets the name of the library from which the style resource should be obtained.  
Public PropertyStyleResourceNameReturns or sets the name of the application styling resource whose appearance information should be included when the MergeData method is invoked.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextHAlignThe alignment of text horizontally.  
Public PropertyTextTrimmingSpecifies how text will be rendered when there is not enough room to display the entire string.  
Public PropertyTextVAlignThe alignment of text vertically.  
Public PropertyThemedElementAlphaSpecifies what alpha level (opacity) is applied to a themed element.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also