Version

CarouselItemSettings Class Members

The following tables list the members exposed by CarouselItemSettings.

Protected Constructors
 NameDescription
Protected ConstructorCarouselItemSettings ConstructorConstructor used during deserialization to initialize a new CarouselItemSettings object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActiveAppearanceGets/sets the appearance that is applied to the UltraCarousel.ActiveItem.  
Public PropertyAppearanceGets/sets the appearance that is applied to CarouselItem objects.  
Public PropertyBorderStyleGets/sets the style of the item's border.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets/sets the Enabled state of items.  
Public PropertyHasActiveAppearanceReturns whether an appearance object has been created for the ActiveAppearance.  
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance.  
Public PropertyHasHotTrackingAppearanceReturns whether an appearance object has been created for the HotTrackingAppearance.  
Public PropertyHasPressedAppearanceReturns whether an appearance object has been created for the PressedAppearance.  
Public PropertyHasSelectedAppearanceReturns whether an appearance object has been created for the SelectedAppearance.  
Public PropertyHotTrackingAppearanceGets/sets the appearance that is applied to an item when the cursor passes within the bounds of its UIElement.  
Public PropertyImageSizeGets/sets the size of the image.  
Public PropertyPressedAppearanceGets/sets the appearance that is applied to an item when the mouse button is pressed while the cursor is over the UIElement.  
Public PropertySelectedAppearanceGets/sets the appearance that is applied to a CarouselItem when it is selected.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of this CarouselItemSettings instance to their default values.  
Public MethodResetActiveAppearanceResets the properties of the ActiveAppearance to their default values.  
Public MethodResetAppearanceResets the properties of the Appearance to their default values.  
Public MethodResetBorderStyleResets the value of the BorderStyle property to its default.  
Public MethodResetEnabledResets the value of the Enabled property to its default.  
Public MethodResetHotTrackingAppearanceResets the properties of the HotTrackingAppearance to their default values.  
Public MethodResetImageSizeResets the value of the ImageSize property to its default.  
Public MethodResetPressedAppearanceResets the properties of the PressedAppearance to their default values.  
Public MethodResetSelectedAppearanceResets the properties of the SelectedAppearance to their default values.  
Public MethodShouldSerializeReturns whether the value of any property of this CarouselItemSettings instance has been changed from its default.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationCalled after this CarouselItemSettings instance has been de-serialized.  
Protected MethodOnDisposeOverridden. Called when this CarouselItemSettings instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on an object property of this CarouselItemSettings object.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeActiveAppearanceReturns whether the ActiveAppearance requires serialization.  
Protected MethodShouldSerializeAppearanceReturns whether the Appearance requires serialization.  
Protected MethodShouldSerializeBorderStyleReturns whether the value of the BorderStyle property has been changed from its default.  
Protected MethodShouldSerializeEnabledReturns whether the value of the Enabled property has been changed from its default.  
Protected MethodShouldSerializeHotTrackingAppearanceReturns whether the HotTrackingAppearance requires serialization.  
Protected MethodShouldSerializeImageSizeReturns whether the value of the ImageSize property has been changed from its default.  
Protected MethodShouldSerializePressedAppearanceReturns whether the PressedAppearance requires serialization.  
Protected MethodShouldSerializeSelectedAppearanceReturns whether the SelectedAppearance requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also