ImageSliderImageAreaSettings Members
Contains image area specific settings.Constructors
| Name | Description |
|---|---|
| ImageSliderImageAreaSettings(IPropertiesOwner) | Initializes a new instance of the ImageSliderImageAreaSettings class with specified settings. |
Properties
| Name | Description |
|---|---|
| AnimationDuration | Gets or sets the duration of the image change animation in the image area. |
| AnimationType | Gets or sets a value specifying the animation type used to change the active image slider item. |
| EnableLoopNavigation | Specifies whether images in the image area change circularly. |
| ImageSizeMode | Gets or sets the value specifying how an image fits into the image area. |
| ItemTextVisibility | Enables you to specify the item text area visibility mode in the image area. |
| NavigationButtonVisibility | Enables you to specify the navigation button visibility mode in the image area. |
| NavigationDirection | Gets or sets the direction in which items navigate within the image slider control. |
| ShowItemText | Obsolete. Gets or sets whether the item text area is displayed within the image area. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also