Version

LinkedAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyAlphaLevelOverridden. The 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. (Inherited from Infragistics.Win.AppearanceBase)
Public PropertyAssociatedImageListOverridden. Returns the ImageList of the Appearances collection of the object currently holding a reference to this appearance instance.  
Public PropertyBackColorOverridden. The primary color used to fill the background.  
Public PropertyBackColor2Overridden. The second color used in a gradient fill of the background.  
Public PropertyBackColorAlphaOverridden. Specifies what alpha level (opacity) is applied to the background color.  
Public PropertyBackColorDisabledOverridden. The primary color used to fill the background of disabled elements.  
Public PropertyBackColorDisabled2Overridden. The second color used to gradient fill the background of disabled elements.  
Public PropertyBackGradientAlignmentOverridden. Determines how the BackGradientStyle is aligned with respect to its origin and extent.  
Public PropertyBackGradientStyleOverridden. Specifies if and how a color gradient will be used to fill the background.  
Public PropertyBackHatchStyleOverridden. Specifies if a hatch brush will be used to fill the background.  
Public PropertyBorderAlphaOverridden. An enumeration that specifies what alpha level (opacity) is applied to the borders.  
Public PropertyBorderColorOverridden. The color used to draw 2D borders.  
Public PropertyBorderColor2Overridden. The second color used to draw 2D borders.  
Public PropertyBorderColor3DBaseOverridden. The color used as the base for calculating the shadow and highlight colors when drawing 3D borders.  
Public PropertyCursorOverridden. The mouse cursor.  
Public PropertyDataOverridden. The internal structure that actually holds the property values  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFontDataOverridden. The font override settings to be used for displaying text.  
Public PropertyForeColorOverridden. The color of text.  
Public PropertyForeColorDisabledOverridden. The color of text for disabled elements.  
Public PropertyForegroundAlphaOverridden. An enumeration that specifies what alpha level (opacity) is applied to text.  
Public PropertyHasFontDataOverridden. Returns true if any of the fontdata properties are not set to their default values  
Public PropertyHasRootAppearanceReturns true if the RootAppearance has been set.  
Public PropertyImageOverridden. The foreground image. Can be either an image or an index into the imagelist's collection  
Public PropertyImageAlphaOverridden. An enumeration that specifies what alpha level (opacity) is applied to the foreground image.  
Public PropertyImageBackgroundOverridden. The background image.  
Public PropertyImageBackgroundAlphaOverridden. An enumeration that specifies what alpha level (opacity) is applied to the background image.  
Public PropertyImageBackgroundDisabledOverridden. Determines the background image for a disabled image.  
Public PropertyImageBackgroundOriginOverridden. The origin of the background image.  
Public PropertyImageBackgroundStretchMarginsOverridden. Determines the margins used when drawing an ImageBackground when ImageBackgroundStyle is set to Stretched.  
Public PropertyImageBackgroundStyleOverridden. The style of the background image.  
Public PropertyImageHAlignOverridden. The alignment of the Image horizontally.  
Public PropertyImageVAlignOverridden. The alignment of the Image vertically.  
Public PropertyKeyOverridden. The key of the item in the appearances collection  
Public PropertyNonDefaultSettingsOverridden. Bit flags that indicate which properties have non-default values.  
Public PropertyRootAppearanceReturns the Appearance object that this object is linked to (read-only).  
Public PropertyStyleLibraryNameOverridden. Returns or sets the name of the library from which the style resource should be obtained.  
Public PropertyStyleResourceNameOverridden. Returns 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 PropertyTextHAlignOverridden. The alignment of text horizontally.  
Public PropertyTextTrimmingOverridden. Specifies how text will be rendered when there is not enough room to display the entire string.  
Public PropertyTextVAlignOverridden. The alignment of text vertically.  
Public PropertyThemedElementAlphaOverridden. Specifies 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