The C1NavigationListItemSettings type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property DetailActiveImageUrl
Gets or sets the URL path to the detail image that will be shown when item is touched.
Public property DetailImageHeight
Gets or sets the fixed height of the detail image.
Public property DetailImagePaddingRight
Gets or sets the detail image right padding value. If empty then 5px will be used.
Public property DetailImagePaddingTop
Gets or sets the detail image top padding value. If empty then 9px will be used.
Public property DetailImageUrl
Gets or sets the URL path to the detail image.
Public property DetailImageVisibility
Determines detail image visibility.
Public property DetailImageWidth
Gets or sets the fixed width of the detail image.
Public property DetailSpinnerImageUrl
Gets or sets the URL path to the spinner image that will be shown instead of detail image when item is loading its content.
Public property Height
Gets or sets the default height for the items.
Public property ImageHeight
Gets or sets the fixed height of the image.
Public property ImagePaddingLeft
Gets or sets the image left padding value. If empty then 5px will be used.
Public property ImagePaddingTop
Gets or sets the image top padding value. If empty then 9px will be used.
Public property ImagePosition
Gets or sets which side, left or right, the image will be rendered from the list item.
Public property ImageUrl
Gets or sets the URL path to the image that is displayed next to the text in the list item.
Public property ImageWidth
Gets or sets the fixed width of the image.

See Also