Skip to main content
A newer version of this page is available. .
Tab

DefaultLevelProperties Members

Contains the common appearance settings for all node hierarchy levels within the site map control.

Constructors

Name Description
DefaultLevelProperties() Initializes a new instance of the DefaultLevelProperties class.

Properties

Name Description
BackColor Gets or sets a level’s background color. Inherited from LevelProperties.
BackgroundImage Gets a level’s background image. Inherited from LevelProperties.
Border Gets the border settings for all the four sides of a level. Inherited from LevelProperties.
BorderBottom Gets the settings of a level’s bottom border. Inherited from LevelProperties.
BorderLeft Gets the settings of a level’s left border. Inherited from LevelProperties.
BorderRight Gets the settings of a level’s right border. Inherited from LevelProperties.
BorderTop Gets the settings of a level’s top border. Inherited from LevelProperties.
BulletStyle Gets or sets a level’s bullet style. Inherited from LevelProperties.
ChildNodesPaddings Gets the padding settings of the immediate child nodes of the site map nodes belonging to the current level. Inherited from LevelProperties.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CssClass Gets or sets the name of the cascading style sheet (CSS) class that specifies the level’s display style. Inherited from LevelProperties.
CurrentNodeStyle Gets the style settings for the site map node that refers to the page currently displayed within the client browser. Inherited from LevelProperties.
Font Gets a level’s font settings. Inherited from LevelProperties.
ForeColor Gets or sets a level’s foreground color (the color of the text). Inherited from LevelProperties.
HorizontalAlign Gets or sets the horizontal alignment of a level’s contents. Inherited from LevelProperties.
Image Gets the settings of an image which is displayed by site map nodes that belong to the current level. Inherited from LevelProperties.
ImageSpacing Gets or sets the amount of space between an image and the text contents within the site map nodes of the current level. Inherited from LevelProperties.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
NodePaddings Gets the padding settings of each individual site map node belonging to the current level. Inherited from LevelProperties.
NodeSpacing Gets or sets the amount of space between the client regions of the site map nodes that belong to the same level. Inherited from LevelProperties.
NodeTemplate Gets or sets a template used for displaying the content of all the site map nodes of the current level. Inherited from LevelProperties.
NodeTextTemplate Gets or sets a template used for displaying the text content of all the site map nodes of the current level. Inherited from LevelProperties.
ParentImage Gets the settings of an image which is displayed by the current level’s site map nodes that have child nodes. Inherited from LevelProperties.
Target Gets or sets the window or frame at which to target the contents of the URLs associated with links displayed within the current level. Inherited from LevelProperties.
VerticalAlign Gets or sets the horizontal alignment of a level’s contents. Inherited from LevelProperties.
Wrap Gets or sets a value indicating whether the text content wraps within the site map nodes of the current level. Inherited from LevelProperties.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from LevelProperties.
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.
See Also