SubMenuStyle.VerticalPadding Property

Definition

Gets or sets the amount of space above and below a submenu.

public:
 property System::Web::UI::WebControls::Unit VerticalPadding { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
public System.Web.UI.WebControls.Unit VerticalPadding { get; set; }
member this.VerticalPadding : System.Web.UI.WebControls.Unit with get, set
Public Property VerticalPadding As Unit

Property Value

The amount of space above and below a submenu. The default is 0.

Exceptions

The selected value is of TypePercentage or is less than 0.

Remarks

Use the VerticalPadding property to control the amount of vertical space between the text of submenu items. To control the horizontal space around submenu text, use the HorizontalPadding property.

Applies to

See also