System.Web.UI.WebControls.TreeNodeStyle Members

The members of System.Web.UI.WebControls.TreeNodeStyle are listed below.

See Also: Inherited members from System.Web.UI.WebControls.Style

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.TreeNodeStyle class.

Initializes a new instance of the System.Web.UI.WebControls.TreeNodeStyle class with the specified System.Web.UI.StateBag object information.

Public Properties

ChildNodesPaddingUnit.

Gets or sets the amount of space between a parent node and a child node to which the System.Web.UI.WebControls.TreeNodeStyle class is applied.

HorizontalPaddingUnit.

Gets or sets the amount of space to the left and right of the text in the node.

ImageUrlstring.

Gets or sets the URL to an image that is displayed next to the node.

NodeSpacingUnit.

Gets or sets the amount of vertical spacing between the node to which the System.Web.UI.WebControls.TreeNodeStyle object is applied and its adjacent nodes.

VerticalPaddingUnit.

Gets or sets the amount of space above and below the text for a node.

Public Methods

override
CopyFrom(Style)

Copies the style properties of the specified System.Web.UI.WebControls.Style object into the current System.Web.UI.WebControls.TreeNodeStyle object.

override
MergeWith(Style)

Combines the style properties of the specified System.Web.UI.WebControls.Style object with the style properties of the current System.Web.UI.WebControls.TreeNodeStyle object.

override
Reset()

Returns the System.Web.UI.WebControls.TreeNodeStyle object to its original state.

Protected Methods

override
FillStyleAttributes(System.Web.UI.CssStyleCollection, System.Web.UI.IUrlResolutionService)
Documentation for this section has not yet been entered.